PropertiesTPropKey, TPropValueCreateTPropKey, TPropValue Method |
Factory method to create an empty collection of properties.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Properties<TPropKey, TPropValue> Create<TPropKey, TPropValue>()
Public Shared Function Create(Of TPropKey, TPropValue) As Properties(Of TPropKey, TPropValue)
public:
generic<typename TPropKey, typename TPropValue>
static Properties<TPropKey, TPropValue>^ Create()
static member Create : unit -> Properties<'TPropKey, 'TPropValue>
Type Parameters
- TPropKey
- TPropValue
Return Value
Type:
PropertiesTPropKey,
TPropValueempty collection of properties
See Also