예제 #1
0
 private AttributedField(Field field, CustomAttribute customAttribute, BuilderCustomAttribute attribute) : base(field)
 {
     this.customAttribute = customAttribute;
     this.Field           = field;
     this.Attribute       = attribute;
 }
예제 #2
0
 public AttributedType(BuilderType type, BuilderCustomAttribute builderCustomAttribute) : base(type)
 {
     this.customAttribute = builderCustomAttribute.attribute;
     this.Type            = type;
     this.Attribute       = builderCustomAttribute;
 }