Gets a TagSys in the current collection by its index.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TagSys this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As TagSys
	Get

Parameters

index
Type: System..::..Int32
The index of the TagSys in the current collection.

Return Value

The TagSys with the specified index.

See Also