CommandLineParser ContainsKey Method Bespoke Osc Library
Determine if the specified argument exists.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Function ContainsKey ( _
	key As String _
) As Boolean

Return Value

true if the argument exists; otherwise, false.
See Also