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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public interface ICompoundModel

Properties

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

See Also