C# Class MoreInternals.Model.AttributeSelector

Inheritance: Selector
显示文件 Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
Parse ( string raw, int start, int stop, string filePath ) : AttributeSelector

Private Methods

Method Description
IsStringAttributeValue ( string val ) : bool

Method Details

Parse() public static method

public static Parse ( string raw, int start, int stop, string filePath ) : AttributeSelector
raw string
start int
stop int
filePath string
return AttributeSelector