EntityBindingSourceItem Property

Gets or sets the element at the specified index.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public EntityBindingSourceBindingSourceRow this[
	int index
] { get; set; }

Parameters

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

Return Value

EntityBindingSourceBindingSourceRow
The element at the specified index.

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe property is set and the IList is read-only.

See Also