CommandLineValueParameterCollectionContains(String) Method

Determines whether the CommandLineValueParameterCollection contains a CommandLineValueParameterT that matches the specified key name.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: 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
)

Parameters

name  String
The name of the parameter.

Return Value

Boolean
if the CommandLineValueParameterCollection contains the CommandLineValueParameterT, otherwise.

See Also