ICompoundModelItem Property

Gets the element at the specified index.

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
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.

Exceptions

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

See Also