VirtualStorageLibrary
Search Results for

    Show / Hide Table of Contents

    Delegate NotifyNodeDelegate

    A delegate used to notify the status of a specific node during node traversal.

    Namespace: AkiraNetwork.VirtualStorageLibrary
    Assembly: VirtualStorageLibrary.dll
    Syntax
    public delegate void NotifyNodeDelegate(VirtualPath path, VirtualNode? node)
    Parameters
    Type Name Description
    VirtualPath path

    The virtual path of the node being notified.

    VirtualNode node

    The instance of the node being notified.

    Extension Methods

    VirtualTextFormatter.GenerateSingleTableDebugText<T>(T)
    In this article
    Back to top Generated by DocFX