C# Класс System.ComponentModel.TypeDescriptor.AttributeProvider

Наследование: TypeDescriptionProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor

Creates a custom type descriptor that replaces the attributes.

Приватные методы

Метод Описание
AttributeProvider ( TypeDescriptionProvider existingProvider ) : System.Collections

Creates a new attribute provider.

Описание методов

GetTypeDescriptor() публичный Метод

Creates a custom type descriptor that replaces the attributes.
public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
Результат ICustomTypeDescriptor