C# 클래스 Dbot.CommonModels.Tools

파일 보기 프로젝트 열기: destinygg/bot

공개 메소드들

메소드 설명
Log ( string text, ConsoleColor color = ConsoleColor.White ) : void
PrettyDeltaTime ( System.TimeSpan span, string rough = "" ) : string

메소드 상세

Log() 공개 정적인 메소드

public static Log ( string text, ConsoleColor color = ConsoleColor.White ) : void
text string
color ConsoleColor
리턴 void

PrettyDeltaTime() 공개 정적인 메소드

public static PrettyDeltaTime ( System.TimeSpan span, string rough = "" ) : string
span System.TimeSpan
rough string
리턴 string