C# Class Unicoen.Processor.Decoration

MostLeft EachLeft Element1 EachRight Delimiter EachLeft Element2 EachRight ... MostRight
ファイルを表示 Open project: UnicoenProject/UNICOEN Class Usage Examples

Public Properties

Property Type Description
Delimiter string
EachLeft string
EachRight string
MostLeft string
MostRight string

Private Methods

Method Description
Decoration ( ) : System.Diagnostics

Property Details

Delimiter public_oe property

区切り文字
public string Delimiter
return string

EachLeft public_oe property

各要素の直前
public string EachLeft
return string

EachRight public_oe property

各要素の直後
public string EachRight
return string

MostLeft public_oe property

左端の文字
public string MostLeft
return string

MostRight public_oe property

右端の文字
public string MostRight
return string