Click or drag to resize
DigitalRuneResourcePoolPools Property
Gets collection of all active ResourcePools.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static IEnumerable<ResourcePool> Pools { get; }

Property Value

Type: IEnumerableResourcePool
All active ResourcePools.
Remarks
This property is intended for debugging purposes only.
See Also