메소드 | 설명 | |
---|---|---|
BeginColorBlock ( ConsoleColor color ) : IDisposable | ||
GetPassword ( ) : string | ||
Indent ( int count ) : string | ||
Truncate ( string source, int length ) : string | ||
Write ( string text, ConsoleColor color = ConsoleColor.Gray ) : ConsoleExtensions | ||
WriteLine ( string text, ConsoleColor color = ConsoleColor.Gray ) : ConsoleExtensions |
public static BeginColorBlock ( ConsoleColor color ) : IDisposable | ||
color | ConsoleColor | |
리턴 | IDisposable |
public static Truncate ( string source, int length ) : string | ||
source | string | |
length | int | |
리턴 | string |
public static Write ( string text, ConsoleColor color = ConsoleColor.Gray ) : ConsoleExtensions | ||
text | string | |
color | ConsoleColor | |
리턴 | ConsoleExtensions |
public static WriteLine ( string text, ConsoleColor color = ConsoleColor.Gray ) : ConsoleExtensions | ||
text | string | |
color | ConsoleColor | |
리턴 | ConsoleExtensions |