ICompoundModelItem Property

Gets the element at the specified index.

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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