Method | Description | |
---|---|---|
GetImplementedTypes ( this t ) : IEnumerable |
Get all types this type derives from
|
|
Parse ( this t, string s ) : object |
Attempts to parse the given string with the default static Parse method for the given type
|
public static GetImplementedTypes ( this t ) : IEnumerable |
||
t | this | |
return | IEnumerable |
public static Parse ( this t, string s ) : object | ||
t | this | |
s | string | |
return | object |