ResourcesExtensions.ConstructOutputTable 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.
public static string ConstructOutputTable (System.Collections.Generic.IDictionary<string,object> dictionary);
static member ConstructOutputTable : System.Collections.Generic.IDictionary<string, obj> -> string
Public Function ConstructOutputTable (dictionary As IDictionary(Of String, Object)) As String
Parameters
- dictionary
- IDictionary<String,Object>