Implementation of a thread-safe single-linked list.
Namespace:
EPiServer.BaseLibrary.CollectionsAssembly: EPiServer.BaseLibrary (in EPiServer.BaseLibrary.dll) Version: 6.1.379.0
Syntax
| C# |
|---|
public class SynchronizedSimpleList<TObject> : SimpleList<TObject> |
Type Parameters
- TObject
- The type of the object.
Inheritance Hierarchy
System..::.Object
EPiServer.BaseLibrary.Collections..::.SimpleList<(Of <(TObject>)>)
EPiServer.BaseLibrary.Collections..::.SynchronizedSimpleList<(Of <(TObject>)>)
EPiServer.BaseLibrary.Collections..::.SimpleList<(Of <(TObject>)>)
EPiServer.BaseLibrary.Collections..::.SynchronizedSimpleList<(Of <(TObject>)>)