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
dimTDimWhen this method returns, contains the first instance of type
TDimfound, or null if no instance was found.
Returns
Type Parameters
TDim