Method Create
Create(Object)
Declaration
public static TypedConstant Create(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value |
Returns
Type | Description |
---|---|
TypedConstant |
Create(Object, Type)
Declaration
public static TypedConstant Create(object value, Type type)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
Type | type |
Returns
Type | Description |
---|---|
TypedConstant |
Create(Object, IType)
Declaration
public static TypedConstant Create(object value, IType type)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
IType | type |
Returns
Type | Description |
---|---|
TypedConstant |