RegionTKey, TValueKeys Property |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual ICollection<TKey> Keys { get; }
Public Overridable ReadOnly Property Keys As ICollection(Of TKey)
Get
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get ();
}
abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get
Property Value
Type:
ICollectionTKeyImplements
IRegionTKey, TValueKeys
See Also