ParameterView.ToDictionary Method

Definition

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.

Applies to