 | AttributeTableAdd Method (KeyValuePairObject, Object) |
Adds the specified attribute pair (key/value) to the attribute table.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void Add(
KeyValuePair<Object, Object> attributePair
)
Public Sub Add (
attributePair As KeyValuePair(Of Object, Object)
)
public:
void Add(
KeyValuePair<Object^, Object^> attributePair
)
member Add :
attributePair : KeyValuePair<Object, Object> -> unit
Parameters
- attributePair
- Type: System.Collections.GenericKeyValuePairObject, Object
Attribute pair to add.
See Also