Ejemplo n.º 1
0
 /// <summary>
 /// Добавление элемента в коллекцию
 /// </summary>
 /// <param name="element">
 public void Add(ConfigurationCommandLineRun element)
 {
     BaseAdd((ConfigurationElement)element);
 }
Ejemplo n.º 2
0
        /// <summary>
        ///  Получить ключ элемента
        /// </summary>
        /// <param name="element"></param> элемента
        /// <returns></returns> ключ элемента
        protected override object GetElementKey(ConfigurationElement element)
        {
            ConfigurationCommandLineRun _element = (ConfigurationCommandLineRun)element;

            return(_element.Subcommand);
        }