Click or drag to resize
AttributeTableTryGetValue Method
Tries to retrieve the value the passed key is mapped to within this attribute table.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public virtual 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