C# Class System.Delimiter

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Méthode Description
Delimit ( string s, DelimitType dt ) : List
GetDType ( char c ) : DelimitType
GetSubstring ( string s, int &i, DelimitType dt ) : DIndices
IsCloser ( char c, DelimitType dt ) : bool
IsOpener ( char c, DelimitType dt ) : bool

Method Details

Delimit() public static méthode

public static Delimit ( string s, DelimitType dt ) : List
s string
dt DelimitType
Résultat List

GetDType() public static méthode

public static GetDType ( char c ) : DelimitType
c char
Résultat DelimitType

GetSubstring() public static méthode

public static GetSubstring ( string s, int &i, DelimitType dt ) : DIndices
s string
i int
dt DelimitType
Résultat DIndices

IsCloser() public static méthode

public static IsCloser ( char c, DelimitType dt ) : bool
c char
dt DelimitType
Résultat bool

IsOpener() public static méthode

public static IsOpener ( char c, DelimitType dt ) : bool
c char
dt DelimitType
Résultat bool