internal AttributeEnumerator(AttributeCollection coll)
 {
     _coll = coll;
     _pos = -1;
 }
 internal AttributeEnumerator(AttributeCollection coll)
 {
     _coll = coll;
     _pos  = -1;
 }
示例#3
-1
		public TypeDescriptor()
		{
            _attributeCollection = new AttributeCollection();
            _interfaces = new TypeDescriptor[0];
            _methods = new MethodDescriptor[0];
            _properties = new PropertyDescriptor[0];
            _fields = new FieldDescriptor[0];
            _isArray = false;
		}