Class that provides better serialization support for observable collection of strings.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class StringObservableCollection : ObservableCollection<string>
Visual Basic
Public Class StringObservableCollection _
	Inherits ObservableCollection(Of String)
JScript
public class StringObservableCollection extends ObservableCollection<String>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'String>)>)>
      Ico.Ewx..::..StringObservableCollection

See Also