C# 클래스 PowerArgs.Cli.MarkupExtensionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

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