Class OutputParameterResultFormatter
Inheritance
object
OutputParameterResultFormatter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public static class OutputParameterResultFormatter
Methods
Format(IReadOnlyDictionary<string, object>, string)
Declaration
public static string Format(IReadOnlyDictionary<string, object> latestResult, string key)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, object> | latestResult | |
string | key |
Returns
Type | Description |
---|---|
string |