Click or drag to resize

ConcurrentListTList Property

Gets the underlying list object.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected List<T> List { get; }

Property Value

Type: ListT
The underlying list object.
See Also