Adds the contents of other to this instance, replacing
any existing values with those from other.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void AddAll( Properties other ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddAll ( _ other As Properties _ ) |
| Visual C++ |
|---|
public: void AddAll ( Properties^ other ) |
Parameters
- other
- Properties
new set of properties
See Also
Properties Class
GemStone.GemFire.Cache Namespace