Method | Description | |
---|---|---|
IsAValue ( this obj ) : bool | ||
IsEnum ( this obj ) : bool | ||
IsEnumerable ( this obj ) : bool | ||
IsList ( this obj ) : bool | ||
IsValueType ( this obj ) : bool | ||
PublicFields ( this obj ) : System.Reflection.FieldInfo[] | ||
PublicGetterProperties ( this obj ) : System.Reflection.PropertyInfo[] |
public static IsEnumerable ( this obj ) : bool | ||
obj | this | |
return | bool |
public static IsValueType ( this obj ) : bool | ||
obj | this | |
return | bool |
public static PublicFields ( this obj ) : System.Reflection.FieldInfo[] | ||
obj | this | |
return | System.Reflection.FieldInfo[] |
public static PublicGetterProperties ( this obj ) : System.Reflection.PropertyInfo[] | ||
obj | this | |
return | System.Reflection.PropertyInfo[] |