Unicoen.Processor.Decoration.Decoration C# (CSharp) 메소드

Decoration() 개인적인 메소드

private Decoration ( ) : System.Diagnostics
리턴 System.Diagnostics
        public Decoration()
        {
            MostLeft = "";
            MostRight = "";
            EachLeft = "";
            EachRight = "";
            Delimiter = "";
        }
Decoration