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

HasAttribute() public method

public HasAttribute ( string name ) : bool
name string
return bool
        public bool HasAttribute(string name)
        {
            return attributes.ContainsKey(name);
        }