C# Class PowerArgs.Cli.MarkupPropertyAttribute

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

Private Properties

Property Type Description

Public Methods

Method Description
MarkupPropertyAttribute ( Type processorType ) : System

Initiates the processor

Method Details

MarkupPropertyAttribute() public method

Initiates the processor
public MarkupPropertyAttribute ( Type processorType ) : System
processorType System.Type The processor type that must implement IMarkupProcessor
return System