ICompoundModel Interface

Interface implemented by model classes containing a compound value.

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public interface ICompoundModel

Properties

Count Gets the number of elements in the ICompoundModel.
Item Gets the element at the specified index.

See Also