StoreItem Property

Returns a definition by the index from the shared definition collection.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public Definition this[
	int index
] { get; }

Parameters

index  Int32
Index of the definition.

Return Value

Definition
Definition by index.

See Also