CommandLineParameterCollectionContains(String) Method
Namespace: DevCase.Core.Application.ParameterizationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
Dim instance As CommandLineParameterCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Contains(name)
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
No code example is currently available or this language may not be supported.
- name String
-
The name of the parameter.
Boolean if the
CommandLineParameterCollection contains the
CommandLineParameter,
otherwise.