SharpOS.AOT.IR.Operands.Field.Field C# (CSharp) Méthode

Field() public méthode

Initializes a new instance of the Field class.
public Field ( FieldDefinition fieldDefinition, Class type, Class _class, InternalType internalType ) : System
fieldDefinition Mono.Cecil.FieldDefinition The field definition.
type Class
_class Class
internalType InternalType
Résultat System
		public Field (FieldDefinition fieldDefinition, Class type, Class _class, InternalType internalType)
		{
			this.type = type;
			this.internalType = internalType;
			this.fieldDefinition = fieldDefinition;
			this._class = _class;
		}