GetData¶
GetData<T>()¶
Retrieves the typed data and validates the passed type.
Validation is stripped from builds.
Declaration¶
public T GetData<T>() where T : LodInputData
Return¶
The casted data.
GetData<T>()¶Retrieves the typed data and validates the passed type.
Validation is stripped from builds.
public T GetData<T>() where T : LodInputData
The casted data.