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