Method | Description | |
---|---|---|
Default ( this t ) : dynamic |
Returns the default value for a type, much like the default keyword
|
|
IsBasic ( this t ) : bool |
Checks whether a type is a "basic" type as per the C# specification or a nullable version thereof
|
|
ToExpando ( object>.this |
public static Default ( this t ) : dynamic | ||
t | this | The type to get a default value for |
return | dynamic |
public static IsBasic ( this t ) : bool | ||
t | this | The type to check |
return | bool |
public static ToExpando ( object>.this |
||
dict | object>.this | |
return | System.Dynamic.ExpandoObject |