AK.F1.Timing.Service.Configuration.Impl.SessionConfigurationElementCollection.GetElementKey C# (CSharp) 메소드

GetElementKey() 보호된 메소드

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