Ejemplo n.º 1
0
        internal AttributeInfoAttribute(AttributeInfo attributeInfo)
        {
            if (attributeInfo == null)
                throw new ArgumentNullException("attributeInfo");

            this.attributeInfo = attributeInfo;
        }
Ejemplo n.º 2
0
 void IMemberCreationService.CreateEvent(string className, string eventName, Type eventType, AttributeInfo[] attributes, bool emitDependencyProperty) { }
Ejemplo n.º 3
0
 void IMemberCreationService.UpdateEvent(string className, string oldEventName, Type oldEventType, string newEventName, Type newEventType, AttributeInfo[] attributes, bool emitDependencyProperty, bool isMetaProperty) { }
Ejemplo n.º 4
0
 void IMemberCreationService.CreateProperty(string className, string propertyName, Type propertyType, AttributeInfo[] attributes, bool emitDependencyProperty, bool isMetaProperty, bool isAttached, Type ownerType, bool isReadOnly) { }