MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeTyped­ConstantCreate
Open sandboxFocus

TypedConstant.Create Method

Create(Object)

Declaration
public static TypedConstant Create(object value)
Parameters
Type Name Description
System.Object value
Returns
Type Description
TypedConstant

Create(Object, Type)

Declaration
public static TypedConstant Create(object value, Type type)
Parameters
Type Name Description
System.Object value
System.Type type
Returns
Type Description
TypedConstant

Create(Object, IType)

Declaration
public static TypedConstant Create(object value, IType type)
Parameters
Type Name Description
System.Object value
IType type
Returns
Type Description
TypedConstant