HistogramArgumentsValue.ToDictionary Method

Definition

Convert HistogramArgumentsValue to a dictionary object.

public:
 System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ ToDictionary();
public System.Collections.Generic.Dictionary<string,object> ToDictionary();
member this.ToDictionary : unit -> System.Collections.Generic.Dictionary<string, obj>
Public Function ToDictionary () As Dictionary(Of String, Object)

Returns

Applies to