Esempio n. 1
0
 public FieldDef(IImSeq<Annotation> annotations, ISeq<CustomAttribute> customAttributes, string name, bool isStatic, TypeRef fieldType, FieldInit init)
     : base(annotations, customAttributes, name, isStatic)
 {
     FieldType = fieldType;
     Init = init;
 }
Esempio n. 2
0
 public FieldDef(IImSeq <Annotation> annotations, ISeq <CustomAttribute> customAttributes, string name, bool isStatic, TypeRef fieldType, FieldInit init)
     : base(annotations, customAttributes, name, isStatic)
 {
     FieldType = fieldType;
     Init      = init;
 }