C# Class PowerArgs.Cli.MarkupExtensionAttribute

Inheritance: System.Attribute
Show file Open project: adamabdelhamed/PowerArgs

Private Properties

Property Type Description

Public Methods

Method Description
MarkupExtensionAttribute ( string attributeName, Type processorType ) : System

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

Method Details

MarkupExtensionAttribute() public method

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
return System