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

RemoveAttribute() public method

public RemoveAttribute ( string key ) : void
key string
return void
        public void RemoveAttribute(string key)
        {
            attributes.Remove(key);
        }