wManager.Wow.Helpers Namespace
WRobot

DBC<(Of <(<'T>)>)>..::..Item Property

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


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
Type: Int32