Generate a new ChangeSupport instance which has room for initialSize listeners before it needs to grow any resources.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public ChangeSupport(
	int initialSize
)

Parameters

initialSize
Type: System..::.Int32
the number of listeners that can be added before this needs to grow for the first time

See Also