 | AttributeTableAdd Method (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(
Object attributePair
)
Public Sub Add (
attributePair As Object
)
public:
void Add(
Object^ attributePair
)
member Add :
attributePair : Object -> unit
Parameters
- attributePair
- Type: SystemObject
Attribute pair to add.
See Also