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

GetElementKey() private méthode

private GetElementKey ( global element ) : object
element global
Résultat object
        protected override object GetElementKey(global::System.Configuration.ConfigurationElement element)
        {
            return ((global::Axiom.Framework.Configuration.ResourceLocationElement)(element)).Path;
        }