Axiom.Framework.Configuration.PluginsElementCollection.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.PluginsElementCollection.PluginElementPropertyName);
        }