ScopedStateTState Constructor

CVB.Net Documentation
Ctor.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public ScopedState(
	Ref<TState> store,
	TState scopedState
)

Parameters

store
Type: Stemmer.CvbRefTState
Reference to the value type that contains the flag to be altered in the scope.
scopedState
Type: TState
State the flag should assume inside the scope.
See Also

Reference