C# Class Unicoen.Processor.Decoration

MostLeft EachLeft Element1 EachRight Delimiter EachLeft Element2 EachRight ... MostRight
Afficher le fichier Open project: UnicoenProject/UNICOEN Class Usage Examples

Méthodes publiques

Свойство Type Description
Delimiter string
EachLeft string
EachRight string
MostLeft string
MostRight string

Private Methods

Méthode Description
Decoration ( ) : System.Diagnostics

Property Details

Delimiter public_oe property

区切り文字
public string Delimiter
Résultat string

EachLeft public_oe property

各要素の直前
public string EachLeft
Résultat string

EachRight public_oe property

各要素の直後
public string EachRight
Résultat string

MostLeft public_oe property

左端の文字
public string MostLeft
Résultat string

MostRight public_oe property

右端の文字
public string MostRight
Résultat string