Namespace: DeltaEngine.EntitiesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public T GetDrawBehavior<T>()
where T : class, DrawBehavior
public T GetDrawBehavior<T>()
where T : class, DrawBehavior
Public Function GetDrawBehavior(Of T As {Class, DrawBehavior}) As T
Public Function GetDrawBehavior(Of T As {Class, DrawBehavior}) As T
public:
generic<typename T>
where T : ref class, DrawBehavior
T GetDrawBehavior()
public:
generic<typename T>
where T : ref class, DrawBehavior
T GetDrawBehavior()
member GetDrawBehavior : unit -> 'T when 'T : not struct and DrawBehavior
member GetDrawBehavior : unit -> 'T when 'T : not struct and DrawBehavior
- T
Return Value
Type:
T