AcManager.Tools.Miscellaneous.AcLogHelper.WhatsGoingOn.WhatsGoingOn C# (CSharp) Method

WhatsGoingOn() private method

private WhatsGoingOn ( WhatsGoingOnType type ) : System
type WhatsGoingOnType
return System
            internal WhatsGoingOn(WhatsGoingOnType type, params object[] arguments) {
                Type = type;
                Arguments = arguments;
            }
AcLogHelper.WhatsGoingOn