CollectedValueTuple(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
CollectedValueTuple(System::String ^ name, System::String ^ value, System::String ^ typeName);
public CollectedValueTuple (string name, string value, string typeName);
new Microsoft.HistoricalDebuggerHost.CollectedValueTuple : string * string * string -> Microsoft.HistoricalDebuggerHost.CollectedValueTuple
Public Sub New (name As String, value As String, typeName As String)
Parameters
- name
- String
- value
- String
- typeName
- String