LumiSoft Net Help
Item Property (index)
NamespacesLumiSoft.NetCircleCollection<(Of <(<'T>)>)>Item[([( Int32])])
Gets item at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public T this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As T
	Get
public:
property T default[int index] {
	T get (int index);
}
Parameters
index (Int32)
Item zero based index.
Return Value
Returns item at the specified index.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129