DataPlace
CS.Core.Collections Namespace
CSCS.Core.Collections
Common utility classes as an extension of System.Collections namespace
Declaration Syntax
C#
namespace CS.Core.Collections
Types
All TypesClasses
IconTypeDescription
EventedCollection<(Of <(T>)>)
Generic Item collection with add/remove events Threadsafe for add/insert/remove. Must attain Lock for enumeration Events invoked on thread that caused change.

ItemCollection<(Of <(T>)>)
Generic Item collection with add/remove events Threadsafe for add/insert/remove. Must attain Lock for enumeration Threadsafe events when attached by objects implementing ISynchronizationInvoke