wManager.Wow.Helpers Namespace
WRobot

DBC<(Of <(<'T>)>)>..::..GetRow Method

Returns a specific row from DBC by it's index

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

Syntax


public T GetRow(
	int index
)
Public Function GetRow ( _
	index As Integer _
) As T
public:
T GetRow(
	int^ index
)

Parameters

index
Type: Int32
Row index

Return Value

A row of type T