Click or drag to resize
HierarchicalAttributeTableTryGetValue Method
Tries to retrieve the value the passed key is mapped to within this attribute table. If the key can't be found, the parents of this table are checked, in order.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public bool TryGetValue(
	Object key,
	out Object value
)

Parameters

key
Type: SystemObject
Key to retrieve the value of.
value
Type: SystemObject
Retrieved value.

Return Value

Type: Boolean
true if a value was found, and false otherwise.

Implements

IAttributeTableTryGetValue(Object, Object)
See Also