示例#1
0
 internal static bool IsScalarType(TypeUsage type)
 {
     return(TypeSemantics.IsScalarType(type.EdmType));
 }