PropertiesTPropKey, TPropValueAddAll Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void AddAll(
Properties<TPropKey, TPropValue> other
)
Public Sub AddAll (
other As Properties(Of TPropKey, TPropValue)
)
public:
void AddAll(
Properties<TPropKey, TPropValue>^ other
)
member AddAll :
other : Properties<'TPropKey, 'TPropValue> -> unit
Parameters
- other
- Type: GemStone.GemFire.Cache.GenericPropertiesTPropKey, TPropValue
See Also