ConcurrentListTList Property |
Gets the underlying list object.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected List<T> List { get; }
Property Value
Type:
ListT
The underlying list object.
See Also