C# Класс ComponentModelAttributes, extensions

Provides strong typed access to ComponentModel attributes by using the ComponentModel() extension method over a type, method, property, etc.
Показать файл Открыть проект

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

Метод Описание
ComponentModel ( this reflectionObject, bool inherit = true ) : IComponentModelAttributes

Provides strong typed access to System.ComponentModel attributes for a type, method, property, etc.

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

ComponentModel() публичный статический Метод

Provides strong typed access to System.ComponentModel attributes for a type, method, property, etc.
public static ComponentModel ( this reflectionObject, bool inherit = true ) : IComponentModelAttributes
reflectionObject this The object this extension method applies to.
inherit bool Whether to retrieve attributes from base types.
Результат IComponentModelAttributes