CommandLineParameterCollection.GetByName - метод Смотри также Terrasoft.Common - пространство имен > CommandLineParameterCollection - класс : GetByName - метод C#
- name
- The name of the parameter.
Glossary Item Box
public CommandLineParameter GetByName( string name )
Параметры
- name
- The name of the parameter.
Тип возвращаемого значения
The instance of the CommandLineParameter class that represents the found parameter.Исключение | Описание |
---|---|
System.ArgumentNullException | If the name parameter passed in is empty or null . |
ItemNotFoundException | If the parameter with the name name was not found in the collection. |