Click or drag to resize

ProcessQueue<T> .InternalEnumerable Property

Allows derived classes to access the interfaced internal ProcessQueue<T> directly.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
protected IEnumerable<T> InternalEnumerable { get; }
View Source

Property Value

IEnumerable<T>
See Also