Click or drag to resize
CollectionBaseTItem Property
Gets an item by index number

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: T
See Also