A collection that provides notifications when items get added, removed, or when the whole list is refreshed.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class DelimitedStringCollection : ObservableCollection<string>
Visual Basic
<SerializableAttribute>
Public Class DelimitedStringCollection
	Inherits ObservableCollection(Of String)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'String>)>)>
      CodeSmith.Engine..::..DelimitedStringCollection

See Also