Method | Description | |
---|---|---|
GetMethod ( this type, string name ) : |
||
GetProperties ( this type ) : IEnumerable |
||
GetProperty ( this type, string name ) : |
public static GetMethod ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetProperties ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetProperty ( this type, string name ) : |
||
type | this | |
name | string | |
return |