跳到主要内容

Class ArchiveBase

Abstract implementation of interface winS.Unity.Modules.Archive.IArchive. Derive from this class to implement a custom archive.

Properties

index

public int index { get; set; }

Methods

Clone()

Clone this archive.

public virtual Task<ArchiveBase> Clone()