Goblin - A Platform for 3D AR and VR Applications

TypeDecl.DistanceToType Method 

Determines if this type is a subtype of the passed type.

public abstract int DistanceToType(
   IDefinition baseType,
   int distance
);

Parameters

baseType
Base type to check.
distance

Return Value

True if this is a subtype.

See Also

TypeDecl Class | DDW.CSharp.Dom Namespace