Mono.Debugger.Display.Display C# (CSharp) Method

Display() private method

private Display ( DebuggerSession session, int index, bool enabled, string text ) : System
session DebuggerSession
index int
enabled bool
text string
return System
        internal Display(DebuggerSession session, int index, bool enabled, string text)
        {
            this.session = session;
            this.index = index;
            this.enabled = enabled;
            this.text = text;
        }

Same methods

Display::Display ( DebuggerSession session, string text ) : System