Click or drag to resize

DelayedListTBackingList Property

A readonly version of the list containing processed items.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReadOnlyCollection<T> BackingList { get; }
Request Example View Source

Property Value

Type: ReadOnlyCollectionT
See Also