AcManager.Tools.Miscellaneous.AcLogHelper.WhatsGoingOn.GetDescription C# (CSharp) 메소드

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string
            public string GetDescription() {
                return string.Format(Type.GetDescription() ?? Type.ToString(), Arguments);
            }
AcLogHelper.WhatsGoingOn