ICompoundProperty Interface

Interface implemented by VCardProperty instances containing a compound value.

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public interface ICompoundProperty : ICompoundModel
Implements
ICompoundModel

Properties

Count Gets the number of elements in the ICompoundModel.
(Inherited from ICompoundModel)
Item Gets the element at the specified index.
(Inherited from ICompoundModel)
ParametersGets the data of the parameter section of a vCard property.

See Also