Click or drag to resize
PropertiesTPropKey, TPropValueCreateTPropKey, TPropValue Method
Factory method to create an empty collection of properties.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Properties<TPropKey, TPropValue> Create<TPropKey, TPropValue>()

Type Parameters

TPropKey
TPropValue

Return Value

Type: PropertiesTPropKey, TPropValue
empty collection of properties
See Also