JGR MSTS Editors and Tools
Feedback Constructor (type, operation, details, source)
NamespacesJgr.GuiFeedbackFeedback(FeedbackType, String, IDictionary<(Of <<'(String, String>)>>), StackTrace)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]

Declaration Syntax
C#Visual BasicVisual C++
private Feedback(
	FeedbackType type,
	string operation,
	IDictionary<string, string> details,
	StackTrace source
)
Private Sub New ( _
	type As FeedbackType, _
	operation As String, _
	details As IDictionary(Of String, String), _
	source As StackTrace _
)
private:
Feedback(
	FeedbackType type, 
	String^ operation, 
	IDictionary<String^, String^>^ details, 
	StackTrace^ source
)
Parameters
type (FeedbackType)

[Missing <param name="type"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]

operation (String)

[Missing <param name="operation"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]

details (IDictionary<(Of <(<'String, String>)>)>)

[Missing <param name="details"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]

source (StackTrace)

[Missing <param name="source"/> documentation for "M:Jgr.Gui.Feedback.#ctor(Jgr.Gui.FeedbackType,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Diagnostics.StackTrace)"]

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682