ParameterView.ToDictionary Method
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.
Returns a dictionary populated with the contents of the ParameterView.
public:
System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ ToDictionary();
public System.Collections.Generic.IReadOnlyDictionary<string,object> ToDictionary ();
public System.Collections.Generic.IReadOnlyDictionary<string,object?> ToDictionary ();
member this.ToDictionary : unit -> System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Function ToDictionary () As IReadOnlyDictionary(Of String, Object)
Returns
A dictionary populated with the contents of the ParameterView.