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