Axiom.Framework.Configuration.ResourceLocationElementCollection.IsElementName C# (CSharp) Méthode

IsElementName() private méthode

private IsElementName ( string elementName ) : bool
elementName string
Résultat bool
        protected override bool IsElementName(string elementName)
        {
            return (elementName == global::Axiom.Framework.Configuration.ResourceLocationElementCollection.ResourceLocationElementPropertyName);
        }