LogData.AddElement(Dictionary<String,String>) Method

Definition

public:
 void AddElement(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ elements);
public void AddElement (System.Collections.Generic.Dictionary<string,string> elements);
member this.AddElement : System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub AddElement (elements As Dictionary(Of String, String))

Parameters

Applies to