C# Class SharpOS.AOT.IR.Operands.FieldOperand

Inheritance: Operand
Show file Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
FieldOperand ( Field field ) : System
FieldOperand ( Field field, Operand instance ) : System

Initializes a new instance of the FieldOperand class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Method Details

FieldOperand() public method

public FieldOperand ( Field field ) : System
field Field
return System

FieldOperand() public method

Initializes a new instance of the FieldOperand class.
public FieldOperand ( Field field, Operand instance ) : System
field Field The field.
instance Operand The instance.
return System

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string