Overload List
| Name | Description | |
|---|---|---|
| StringObservableCollection()()()() |
Creates new empty collection.
| |
| StringObservableCollection(IEnumerable<(Of <<'(String>)>>)) |
Creates new StringObservableCollection from the given IEnumerable.
| |
| StringObservableCollection(List<(Of <<'(String>)>>)) |
Creates new StringObservableCollection from the given List.
|