Noear.Snacks.ONode.this C# (CSharp) Method

this() public method

public this ( string key ) : ONode
key string
return ONode
    public ONode this[string key]
    {
        get {
                return get(key);
            }
            set {
                set(key, value);
            }
    }