BplusDotNet.SerializedTree.ContainsKey C# (CSharp) Method

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool
        public bool ContainsKey(string key)
        {
            return this.tree.ContainsKey(key);
        }