CommandLineValueParameterCollectionIndexOf(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 int IndexOf(
string name
)
Public Function IndexOf (
name As String
) As Integer
Dim instance As CommandLineValueParameterCollection
Dim name As String
Dim returnValue As Integer
returnValue = instance.IndexOf(name)
public:
int IndexOf(
String^ name
)
member IndexOf :
name : string -> int
No code example is currently available or this language may not be supported.
- name String
-
The name of the parameter.
Int32
The zero-based index of the first occurrence of
CommandLineValueParameterT within the entire
CommandLineValueParameterCollection, if found;
otherwise,
–1.