AmazedSaint.Elastic.Lib.SimpleHierarchyWrapper.AddAttribute C# (CSharp) Method

AddAttribute() public method

public AddAttribute ( string key, ElasticObject value ) : void
key string
value ElasticObject
return void
        public void AddAttribute(string key, ElasticObject value)
        {
            attributes.Add(key, value);
        }