C# Class WoWHeadParser.Parser.ParserAttribute

Inheritance: System.Attribute
显示文件 Open project: Lordron/WoWHead-data-parser

Public Properties

Property Type Description
ParserType ParserType

Public Methods

Method Description
ParserAttribute ( ParserType type ) : System
ToString ( ) : string

Method Details

ParserAttribute() public method

public ParserAttribute ( ParserType type ) : System
type ParserType
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ParserType public_oe property

public ParserType ParserType
return ParserType