Global.ContainsKey Method

public bool ContainsKey( 
string key 
)
This language is not supported or no code example is available.
public:  
bool ContainsKey( 
String^ key 
)
This language is not supported or no code example is available.
public function ContainsKey( 
key : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

key
string

Return Value

bool

In this article

Definition