C# Class PowerArgs.Cli.MarkupExtensionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: adamabdelhamed/PowerArgs

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MarkupExtensionAttribute ( string attributeName, Type processorType ) : System

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

Method Details

MarkupExtensionAttribute() public méthode

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
Résultat System