Inazuma.Mono.Cecil.FieldDefinition.FieldDefinition C# (CSharp) Метод

FieldDefinition() публичный Метод

public FieldDefinition ( string name, FieldAttributes attributes, TypeReference fieldType ) : Inazuma.Mono.Collections.Generic
name string
attributes FieldAttributes
fieldType TypeReference
Результат Inazuma.Mono.Collections.Generic
		public FieldDefinition (string name, FieldAttributes attributes, TypeReference fieldType)
			: base (name, fieldType)
		{
			this.attributes = (ushort) attributes;
		}