Method Has
Has<TPos>(out TPos)
Indicates whether the specified type TPos is in the hierarchy of this Pos object.
public bool Has<TPos>(out TPos pos) where TPos : Pos
Parameters
posTPosA reference to this Pos instance.
Returns
Type Parameters
TPos