Edit

Share via


TestSiloSpecificOptions.ToDictionary Method

Definition

Converts these options into a dictionary.

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

Returns

The options dictionary.

Applies to