Метод | Описание | |
---|---|---|
GenericMethodParametersMatch ( this method, |
Returns
|
|
GetGenericMethod ( this type, string name, |
Returns the generic method on type matching the provided parameters.
|
|
IsNumericType ( this type ) : bool |
Returns a value indicating whether or not this is a numeric type.
|
|
ShouldUseStaticTryParseMthod ( this type ) : bool |
Returns a value indicating whether or not deserialization should use a static TryParse method on the provided type.
|
public static GenericMethodParametersMatch ( this method, |
||
method | this | /// The method. /// |
parameters | /// The parameters. /// | |
typeParameters |
/// The type parameters linking |
|
Результат | bool |
public static GetGenericMethod ( this type, string name, |
||
type | this | /// The type. /// |
name | string | /// The name of the method. /// |
parameters | /// The parameters. /// | |
typeParameters | /// The type parameters. /// | |
Результат |
public static IsNumericType ( this type ) : bool | ||
type | this | /// The type. /// |
Результат | bool |
public static ShouldUseStaticTryParseMthod ( this type ) : bool | ||
type | this | The type. |
Результат | bool |