예제 #1
0
 internal static bool IsSupportedPrimitiveTypeForUri(Type type)
 {
     return(Util.ContainsReference(namedTypesMap.Values.ToArray(), type));
 }