Table of Contents

Class ObjectStore

Namespace
Sccg.Utility
Assembly
Sccg.dll

A simple object store.

public class ObjectStore
Inheritance
ObjectStore
Inherited Members

Properties

Count

Get the number of objects in store.

Methods

Load(int)

Load data from store with specified id.

Load<T>(int)

Load data from store with specified id.

Save(in object)

Save data to store then return the id.

TryLoad<T>(int, out T?)

Try to load data from store with specified id.