ManagedList<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thread-safe wrapper to List<T>.
public class ManagedList<T>
type ManagedList<'T> = class
Public Class ManagedList(Of T)
Type Parameters
- T
- Inheritance
-
ManagedList<T>
Constructors
| ManagedList<T>(IEnumerable<T>, ReaderWriterLockSlim) | |
| ManagedList<T>(ReaderWriterLockSlim) |
Properties
| SyncRoot |