示例#1
0
 internal static bool IsPolymorphicType(TypeUsage type)
 {
     if (!TypeSemantics.IsEntityType(type))
     {
         return(TypeSemantics.IsComplexType(type));
     }
     return(true);
 }