Click or drag to resize

LocalizedDictionaryK, VContainsKey Method (String)

Namespace:  ff14bot.Helpers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool ContainsKey(
	string subKey
)

Parameters

subKey
Type: SystemString
The key to locate in the DictionaryTKey, TValue.

Return Value

Type: Boolean
if the DictionaryTKey, TValue contains an element with the specified key; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionsubKey is .
See Also