Namespace: BlocksAssembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
public T Load<T>(
string contentName
)
where T : ContentData
public T Load<T>(
string contentName
)
where T : ContentData
Public Function Load(Of T As ContentData) (
contentName As String
) As T
Public Function Load(Of T As ContentData) (
contentName As String
) As T
public:
generic<typename T>
where T : ContentData
T Load(
String^ contentName
)
public:
generic<typename T>
where T : ContentData
T Load(
String^ contentName
)
member Load :
contentName : string -> 'T when 'T : ContentData
member Load :
contentName : string -> 'T when 'T : ContentData
- T
Return Value
Type:
T