<Code Lib>
2021 Method
Changes 0
M

ParameterMap.Contains

Description:
Tests for the existence of a key within the map.

public virtual bool Contains(
	string key
)

  • String
    key
    The key to be searched for.
Return Value bool The Contains method returns True if the key is within the map, otherwise False.

Loading…