Method Has
Has<T>(out T)
Indicates whether the specified type T is in the hierarchy of this Dim object.
public bool Has<T>(out T dim) where T : Dim
Parameters
dimTA reference to this Dim instance.
Returns
Type Parameters
T
Indicates whether the specified type T is in the hierarchy of this Dim object.
public bool Has<T>(out T dim) where T : Dim
dim TA reference to this Dim instance.
T