Skip to content

ReferenceOrByte.op_Implicit Operator

Overloads

Name Description
op_Implicit(String)
op_Implicit(Byte)
op_Implicit(ReferenceOrByte)

op_Implicit(String)

public static ReferenceOrByte operator Implicit(string label);

View source

Parameters

Name Type Description
label String

Returns

ReferenceOrByte

op_Implicit(Byte)

public static ReferenceOrByte operator Implicit(Byte value);

View source

Parameters

Name Type Description
value Byte

Returns

ReferenceOrByte

op_Implicit(ReferenceOrByte)

public static OakAsmNode operator Implicit(ReferenceOrByte referenceOrByte);

View source

Parameters

Name Type Description
referenceOrByte ReferenceOrByte

Returns

OakAsmNode