Click or drag to resize
AttributeTableAdd Method (KeyValuePairObject, Object)
Adds the specified attribute pair (key/value) to the attribute table.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Add(
	KeyValuePair<Object, Object> attributePair
)

Parameters

attributePair
Type: System.Collections.GenericKeyValuePairObject, Object
Attribute pair to add.
See Also