AddressIReadOnlyListIReadOnlyListStringItem Property

Gets the element at the specified index in the read-only list.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
IReadOnlyList<string> IReadOnlyList<IReadOnlyList<string>>.this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

IReadOnlyListString
The element at the specified index in the read-only list.

Implements

IReadOnlyListTItemInt32

Exceptions

IndexOutOfRangeExceptionindex is less than zero, or equal or greater than Count.

See Also