System.Diagnostics.Trace.Indent C# (CSharp) 메소드

Indent() 개인적인 메소드

private Indent ( ) : void
리턴 void
        public static void Indent() { }
        public static void Refresh() { }

Usage Example

예제 #1
0
 public void Indent()
 {
     Trace.Indent();
 }