C# Класс PowerArgs.Cli.MarkupExtensionAttribute

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

Private Properties

Свойство Тип Описание

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

Метод Описание
MarkupExtensionAttribute ( string attributeName, Type processorType ) : System

Creates a markup extension given an attribute name and a processor type

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

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

Creates a markup extension given an attribute name and a processor type
public MarkupExtensionAttribute ( string attributeName, Type processorType ) : System
attributeName string The markup attribute name that you're adding support for
processorType System.Type The processor type that must implement IMarkupProcessor
Результат System