Generate a new ChangeSupport instance

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

Syntax

C#
public ChangeSupport(
	HashSet<ChangeType> unchanging
)

Parameters

unchanging
Type: System.Collections.Generic..::.HashSet<(Of <(ChangeType>)>)
Set of ChangeTypes that can never be fired

See Also