Method HasInner
HasInner<TPos>(out TPos)
Searches nested Pos objects for the specified type. Override in subclasses that contain other Pos objects to enable Has<TPos>(out TPos) to find nested types.
protected virtual bool HasInner<TPos>(out TPos pos) where TPos : Pos
Parameters
posTPosWhen this method returns, contains the first instance of type
TPosfound, or null if no instance was found.
Returns
Type Parameters
TPos