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

Inheritance: Operand
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FieldOperand ( Field field ) : System
field Field
Résultat System

FieldOperand() public méthode

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

ToString() public méthode

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