コード例 #1
0
 public static bool IsValueType(this System.Type t)
 {
     return(XTypesBasic.IsValueType(t));
 }
コード例 #2
0
 /// <summary>
 /// Gets whether the specified type is a valuetype
 /// </summary>
 public bool IsValueType(Type type)
 {
     return(XTypesBasic.IsValueType(type));
 }