Miner.Framework Namespace > ObjectStoreCollection Class > AddObject Method : AddObject(String,Object,Boolean) Method |
'Declaration
Public Overloads Sub AddObject( _ ByVal key As System.String, _ ByVal item As System.Object, _ ByVal replaceExisting As System.Boolean _ )
'Usage
Dim instance As ObjectStoreCollection Dim key As System.String Dim item As System.Object Dim replaceExisting As System.Boolean instance.AddObject(key, item, replaceExisting)
public void AddObject( System.string key, System.object item, System.bool replaceExisting )
public procedure AddObject( key: System.String; item: System.TObject; replaceExisting: System.Boolean );
public function AddObject( key : System.String, item : System.Object, replaceExisting : System.boolean );
public: void AddObject( System.string* key, System.Object* item, System.bool replaceExisting )
public: void AddObject( System.String^ key, System.Object^ item, System.bool replaceExisting )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2