SheetXL - v0.3.20
    Preparing search index...

    Interface IPersistable<J>

    Collection that can be persisted.

    interface IPersistable<J = any> {
        beginPersist(): ICollection.IPersistScope<J>;
    }

    Type Parameters

    • J = any

    Hierarchy (View Summary)

    Index

    Methods

    Methods