Search Results for

    Show / Hide Table of Contents

    Class VisitSnapshot

    A serializable snapshot of all visited keys. Use with ExportState() and ImportState(VisitSnapshot) to integrate with save/load systems.

    Inheritance
    object
    VisitSnapshot
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ibralogue
    Assembly: .dll
    Syntax
    [Serializable]
    public class VisitSnapshot

    Fields

    | Edit this page View Source

    Keys

    Declaration
    public List<string> Keys
    Field Value
    Type Description
    List<string>
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs