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.
Namespace:
BioSharp.Core.UtilsAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public ChangeSupport( HashSet<ChangeType> unchanging, int initialSize, int delta ) |
Parameters
- unchanging
- Type: System.Collections.Generic..::.HashSet<(Of <(ChangeType>)>)
Set of ChangeTypes that can never be fired
- initialSize
- Type: System..::.Int32
the number of listeners that can be added before this needs to grow for the first time
- delta
- Type: System..::.Int32
the number of listener slots that this will grow by each time it needs to