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