Inazuma.Mono.Cecil.FieldDefinition.FieldDefinition C# (CSharp) Method

FieldDefinition() public method

public FieldDefinition ( string name, FieldAttributes attributes, TypeReference fieldType ) : Inazuma.Mono.Collections.Generic
name string
attributes FieldAttributes
fieldType TypeReference
return Inazuma.Mono.Collections.Generic
		public FieldDefinition (string name, FieldAttributes attributes, TypeReference fieldType)
			: base (name, fieldType)
		{
			this.attributes = (ushort) attributes;
		}