public InitializedField(FieldInfo field, ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators) : base(finder, decorators) { this.field = field; }
public InitializedProperty(PropertyInfo property, ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators) : base(finder, decorators) { this.property = property; }
public InitializedMember(ComponentFinderAttribute finder, ComponentDecoratorAttribute[] decorators) { this.finder = finder; this.decorators = decorators; }