AK.F1.Timing.Service.Configuration.Impl.SessionConfigurationElementCollection.GetElementKey C# (CSharp) Method

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object
        protected override object GetElementKey(ConfigurationElement element)
        {
            return ((SessionConfigurationElement)element).Id;
        }
SessionConfigurationElementCollection