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

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

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