Show / Hide Table of Contents

Enum SearchMode

Enumeration defining different modes of going through the stack.

Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public enum SearchMode : byte

Fields

Name Description
Bottom

Seek bottom (last) layer in the stack.

Next

Seek next layer in the stack.

Previous

Seek previous layer in the stack.

Top

Seek top (first) layer in the stack.

Extension Methods

JsonHelpers.WriteToJsonFile(String)
JsonHelpers.WriteToJsonFile(String, Boolean)
JsonHelpers.WriteToJsonString()
JsonHelpers.WriteToJsonString(Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX