ActiveList<(Of <(<'T>)>)>..::..this Property

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public T this[
	int index
] { get; set; }
Public Default Property this ( _
	index As Integer _
) As T
	Get
	Set
public:
property T default[int^ index] {
	T get (int^ index);
	void set (int^ index, T value);
}

Parameters

index
Type: Int32