コード例 #1
0
 public CustomHandlerField(FieldInfo aField, PdOOM.Attribute anAttr) : base(aField.GetCustomAttributes(false), aField.DeclaringType + "." + aField.Name, anAttr)
 {
     this._through = false;
     base.ProcessAttrs();
 }
コード例 #2
0
 public CustomHandlerProperty(PropertyInfo aProperty, PdOOM.Attribute anAttr) : base(aProperty.GetCustomAttributes(false), aProperty.DeclaringType + "." + aProperty.Name, anAttr)
 {
     base.ProcessAttrs();
 }