Ejemplo 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;
 }
Ejemplo 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;
 }