Esempio n. 1
0
 internal DebugFieldInfo(DebugType declaringType, FieldProps fieldProps)
 {
     this.declaringType = declaringType;
     this.fieldProps    = fieldProps;
 }
Esempio n. 2
0
 internal FieldInfo(DebugType declaringType, FieldProps fieldProps) : base(declaringType)
 {
     this.fieldProps = fieldProps;
 }
Esempio n. 3
0
 internal DebugFieldInfo(DebugType declaringType, FieldProps fieldProps)
 {
     this.declaringType = declaringType;
     this.fieldProps = fieldProps;
 }