Overload List

  NameDescription
ChangeSupport()()()
Generate a new ChangeSupport instance.
ChangeSupport(HashSet<(Of <(ChangeType>)>))
Generate a new ChangeSupport instance
ChangeSupport(Int32)
Generate a new ChangeSupport instance which has room for initialSize listeners before it needs to grow any resources.
ChangeSupport(Int32, Int32)
Generate a new ChangeSupport instance which has room for initialSize listeners before it needs to grow any resources, and which will grow by delta each time.
ChangeSupport(HashSet<(Of <(ChangeType>)>), Int32, Int32)
Generate a new ChangeSupport instance which has room for initialSize listeners before it needs to grow any resources, and which will grow by delta each time.

See Also