IronRuby.Builtins.RubyObject.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( ) : AttributeCollection
return AttributeCollection
        AttributeCollection ICustomTypeDescriptor.GetAttributes() {
            return CustomTypeDescHelpers.GetAttributes(this);
        }

Same methods

RubyObject::ICustomTypeDescriptor ( ) : EventDescriptor
RubyObject::ICustomTypeDescriptor ( ) : EventDescriptorCollection
RubyObject::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
RubyObject::ICustomTypeDescriptor ( ) : PropertyDescriptor
RubyObject::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
RubyObject::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
RubyObject::ICustomTypeDescriptor ( ) : TypeConverter
RubyObject::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
RubyObject::ICustomTypeDescriptor ( Type editorBaseType ) : object
RubyObject::ICustomTypeDescriptor ( ) : string