AddressPropertyICompoundPropertyItem Property
Gets the element at the specified index.
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
IReadOnlyList<string> ICompoundProperty.this[
int index
] { get; }
Private ReadOnly Property Item (
index As Integer
) As IReadOnlyList(Of String) Implements ICompoundProperty.Item
Get
private:
virtual property IReadOnlyList<String^>^ Item[int index] {
IReadOnlyList<String^>^ get (int index) sealed = ICompoundProperty::Item::get;
}
private abstract Item : IReadOnlyList<string> with get
private override Item : IReadOnlyList<string> with get
- index Int32
- The zero-based index of the element to get.
IReadOnlyListStringThe element at the specified
index.
ICompoundPropertyItemInt32