AddressPropertyICompoundModelItem Property
Gets the element at the specified index.
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
IReadOnlyList<string> ICompoundModel.this[
int index
] { get; }
Private ReadOnly Property Item (
index As Integer
) As IReadOnlyList(Of String) Implements ICompoundModel.Item
Get
private:
virtual property IReadOnlyList<String^>^ Item[int index] {
IReadOnlyList<String^>^ get (int index) sealed = ICompoundModel::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.
ICompoundModelItemInt32