protected static KeyValuePair Param()

in BenchPress/Generators/ResourceTypes/ResourceType.cs [39:42]


    protected static KeyValuePair<string, object> Param(string name, object value)
    {
        return new KeyValuePair<string, object>(name, value);
    }