Method HasInner
HasInner<TDim>(out TDim)
Searches nested Dim objects for the specified type. Override in subclasses that contain other Dim objects to enable Has<TDim>(out TDim) to find nested types.
protected virtual bool HasInner<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