public bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
Dim instance As CommandLineValueParameterCollection
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.