Click or drag to resize
HierarchicalAttributeTable Constructor (IAttributeTable)
Constructs a new, empty attribute table with the specified parents.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public HierarchicalAttributeTable(
	params IAttributeTable[] parents
)

Parameters

parents
Type: Slash.Collections.AttributeTablesIAttributeTable
Parent tables to consult if a key can't be found.
See Also