C# Класс System.ComponentModel.AttributeProviderAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AttributeProviderAttribute ( Type type ) : System
AttributeProviderAttribute ( string typeName ) : System
AttributeProviderAttribute ( string typeName, string propertyName ) : System

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

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

public AttributeProviderAttribute ( Type type ) : System
type System.Type
Результат System

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

public AttributeProviderAttribute ( string typeName ) : System
typeName string
Результат System

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

public AttributeProviderAttribute ( string typeName, string propertyName ) : System
typeName string
propertyName string
Результат System