BCCollectionAdd Method (DisposableObject, String) |
Adds an object to the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Add(
DisposableObject anObject,
string key
)
Public Sub Add (
anObject As DisposableObject,
key As String
)
public:
void Add(
DisposableObject^ anObject,
String^ key
)
member Add :
anObject : DisposableObject *
key : string -> unit
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.MeridianDisposableObject
The object to add to the collection. - key
- Type: SystemString
The key of an object.
See Also