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