AmazedSaint.Elastic.Lib.SimpleHierarchyWrapper.HasAttribute C# (CSharp) Méthode

HasAttribute() public méthode

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