ICompoundPropertyItem Property
Gets the element at the specified index.
Namespace: FolkerKinzel.VCards.FormattersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
IReadOnlyList<string> this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IReadOnlyList(Of String)
Get
property IReadOnlyList<String^>^ default[int index] {
IReadOnlyList<String^>^ get (int index);
}
abstract Item : IReadOnlyList<string> with get
- index Int32
- The zero-based index of the element to get.
IReadOnlyListStringThe element at the specified
index.