ServiceFabricManagedCmdletBase.AddToList 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.
protected void AddToList (System.Collections.Generic.IDictionary<string,string> currentList, System.Collections.Hashtable listToAdd);
member this.AddToList : System.Collections.Generic.IDictionary<string, string> * System.Collections.Hashtable -> unit
Protected Sub AddToList (currentList As IDictionary(Of String, String), listToAdd As Hashtable)
Parameters
- currentList
- IDictionary<String,String>
- listToAdd
- Hashtable