C# Class Boo.BooLangService.StringParsing.BracketPairType

Afficher le fichier Open project: jagregory/boolangstudio Class Usage Examples

Méthodes publiques

Свойство Type Description
Curly BracketPairType
Round BracketPairType
Square BracketPairType

Méthodes publiques

Méthode Description
FromChar ( char @char ) : BracketPairType

Private Methods

Méthode Description
BracketPairType ( char left, char right ) : System

Method Details

FromChar() public static méthode

public static FromChar ( char @char ) : BracketPairType
@char char
Résultat BracketPairType

Property Details

Curly public_oe static_oe property

public static BracketPairType,Boo.BooLangService.StringParsing Curly
Résultat BracketPairType

Round public_oe static_oe property

public static BracketPairType,Boo.BooLangService.StringParsing Round
Résultat BracketPairType

Square public_oe static_oe property

public static BracketPairType,Boo.BooLangService.StringParsing Square
Résultat BracketPairType