コード例 #1
0
 AttributeCollection ICustomTypeDescriptor.GetAttributes()
 {
     return(CustomTypeDescHelpers.GetAttributes(this));
 }
コード例 #2
0
        //
        // ICustomTypeDescriptor members generated by NewTypeMaker.ImplementCustomTypeDescriptor()
        //

        #region ICustomTypeDescriptor members
        public AttributeCollection GetAttributes()
        {
            return(CustomTypeDescHelpers.GetAttributes(this));
        }