Namespace: DeltaEngine.EntitiesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public bool ContainsBehavior<T>()
where T : UpdateBehavior
public bool ContainsBehavior<T>()
where T : UpdateBehavior
Public Function ContainsBehavior(Of T As UpdateBehavior) As Boolean
Public Function ContainsBehavior(Of T As UpdateBehavior) As Boolean
public:
generic<typename T>
where T : UpdateBehavior
bool ContainsBehavior()
public:
generic<typename T>
where T : UpdateBehavior
bool ContainsBehavior()
member ContainsBehavior : unit -> bool when 'T : UpdateBehavior
member ContainsBehavior : unit -> bool when 'T : UpdateBehavior
- T
Return Value
Type:
Boolean