C# Class Boo.BooLangService.StringParsing.BracketPairType

Datei anzeigen Open project: jagregory/boolangstudio Class Usage Examples

Public Properties

Property Type Description
Curly BracketPairType
Round BracketPairType
Square BracketPairType

Public Methods

Method Description
FromChar ( char @char ) : BracketPairType

Private Methods

Method Description
BracketPairType ( char left, char right ) : System

Method Details

FromChar() public static method

public static FromChar ( char @char ) : BracketPairType
@char char
return BracketPairType

Property Details

Curly public_oe static_oe property

public static BracketPairType,Boo.BooLangService.StringParsing Curly
return BracketPairType

Round public_oe static_oe property

public static BracketPairType,Boo.BooLangService.StringParsing Round
return BracketPairType

Square public_oe static_oe property

public static BracketPairType,Boo.BooLangService.StringParsing Square
return BracketPairType