Click or drag to resize
HierarchicalAttributeTableContains Method
Returns true if the passed key is mapped within this attribute table, and false otherwise. If the key is looked up and can't be found, the parents of this are checked, in order.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
Key to check.

Return Value

Type: Boolean
True if the passed key is mapped within this attribute table or any of its parents.

Implements

IAttributeTableContains(Object)
See Also