Adds the contents of other to this instance, replacing
any existing values with those from other.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void AddAll(
Properties other
)
Public Sub AddAll (
other As Properties
)
public:
void AddAll(
Properties^ other
)
member AddAll :
other : Properties -> unit
Parameters
- other
- Type: GemStone.GemFire.CacheProperties
new set of properties
See Also