Method DefaultValue
DefaultValue(IType)
Generates the default(T)
syntax for the type.
Declaration
public static dynamic DefaultValue(this IType type)
Parameters
Type | Name | Description |
---|---|---|
IType | type |
Returns
Type | Description |
---|---|
System.Object |
Generates the default(T)
syntax for the type.
public static dynamic DefaultValue(this IType type)
Type | Name | Description |
---|---|---|
IType | type |
Type | Description |
---|---|
System.Object |