Click or drag to resize
LocalRegionTKey, TValueSubRegions Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual ICollection<IRegion<TKey, TValue>> SubRegions(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean

Return Value

Type: ICollectionIRegionTKey, TValue

Implements

IRegionTKey, TValueSubRegions(Boolean)
See Also