Exemplo n.º 1
0
 public static bool IsValueType(this System.Type t)
 {
     return(XTypesBasic.IsValueType(t));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets whether the specified type is a valuetype
 /// </summary>
 public bool IsValueType(Type type)
 {
     return(XTypesBasic.IsValueType(type));
 }