예제 #1
0
        internal AttributeInfoAttribute(AttributeInfo attributeInfo)
        {
            if (attributeInfo == null)
                throw new ArgumentNullException("attributeInfo");

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