DefaultValue(IType)
Generates the default(T) syntax for the type.
Declaration
[Obsolete("Use meta.Default(IType).")]
public static dynamic? DefaultValue(this IType type)Parameters
| Type | Name | Description |
|---|---|---|
| IType | type |
Returns
| Type | Description |
|---|---|
| dynamic |
Generates the default(T) syntax for the type.
[Obsolete("Use meta.Default(IType).")]
public static dynamic? DefaultValue(this IType type)| Type | Name | Description |
|---|---|---|
| IType | type |
| Type | Description |
|---|---|
| dynamic |