コード例 #1
0
ファイル: MemberDef.cs プロジェクト: modulexcite/IL2JS
 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;
 }
コード例 #2
0
ファイル: MemberDef.cs プロジェクト: tralivali1234/IL2JS
 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;
 }