AddressIReadOnlyListIReadOnlyListStringItem Property
Gets the element at the specified index in the read-only list.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
IReadOnlyList<string> IReadOnlyList<IReadOnlyList<string>>.this[
int index
] { get; }
Private ReadOnly Property Item (
index As Integer
) As IReadOnlyList(Of String) Implements IReadOnlyList(Of IReadOnlyList(Of String)).Item
Get
private:
virtual property IReadOnlyList<String^>^ Item[int index] {
IReadOnlyList<String^>^ get (int index) sealed = IReadOnlyList<IReadOnlyList<String^>^>::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 in the read-only list.
IReadOnlyListTItemInt32