Adds an object to the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void Add( T anObject, string key ) |
Visual Basic |
---|
Public Sub Add ( _ anObject As T, _ key As String _ ) |
Visual C++ |
---|
public: void Add( T anObject, String^ key ) |
Parameters
- anObject
- Type: T
The object to add to the collection.
- key
- Type: System..::..String
The key of an object.