ICompoundModelItem Property
Gets the element at the specified index.
Namespace: FolkerKinzel.VCards.FormattersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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.