Namespace SipLib.Collections
Contains thread-safe generic collection classes that are not provided by the .NET class libraries
Classes
ThreadSafeGenericList<T>
This class is a thread-safe, generic (template based) List class.
This class does not support enumerating the list elements or an index operator. To enumerate the current items in the list or to get an element at an index position, call the ToArray() method then perform the desired action on the array of current items.