Returns the data-field at the specified index.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataField this[
	int index
] { get; }

Parameters

index
Type: System..::..Int32
The zero-based index of the data-field in the list of data-fields to return.

Return Value

The data-field instance at the specified index.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe specified index is negative, or the specified index is greater or equal to the number of data-fields in the list of data-fields.

See Also