PropertyExpressionEngine.GetEntity<T> Method
Public Overridable Function GetEntity(Of _
T As {Class, ISynergyEntity})( _
ByVal id As EntityID _
) As ISynergyEntity
This language is not supported or no code example is available.
public virtual ISynergyEntity GetEntity<T>(
EntityID id
)
where T : class, ISynergyEntity
This language is not supported or no code example is available.
generic<typename T>
where T : ref class, ISynergyEntity^
public:
virtual ISynergyEntity^ GetEntity(
EntityID^ id
)
This language is not supported or no code example is available.
Type Parameters
- T
<default>
Parameters
- id
- EntityID
<default>