Goblin - A Platform for 3D AR and VR Applications

Attribution.CoverType Method 

Returns the lowest common type of the two arguments, based on C#'s type conversion tables.

public static bool CoverType(
   IDefinition type1,
   IDefinition type2
);

Parameters

type1
First type to compare.
type2
Second type to compare.

Return Value

The common type.

See Also

Attribution Class | DDW.CSharp.Parse Namespace