Click or drag to resize

aceDictionary2DTD1Key, TD2Key, TValueContainsKey2InKey1 Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether contains key in second dimension of Key2, returns false if even key1 is not contained

Namespace:  imbSCI.Data.collection.nested
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool ContainsKey2InKey1(
	TD1Key key1,
	TD2Key key2
)
Request Example View Source

Parameters

key1
Type: TD1Key
The key1.
key2
Type: TD2Key
The key2.

Return Value

Type: Boolean
true if [contains key d2] [the specified key1]; otherwise, false.
See Also