Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub SetStates( _ ByVal states As ICollection(Of HopAnalysisState) _ ) |
C# | |
---|---|
public abstract void SetStates( ICollection<HopAnalysisState> states ) |
C++/CLI | |
---|---|
public: abstract void SetStates( ICollection<HopAnalysisState^>^ states ) |
Parameters
- states
- This array represent the user defined states (i.e. State1 , State2 , State3 , ...).
The ICollection parameter will not be modified when setting the hop analysis states.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)