Table of Contents

Method TryLoad

Namespace
Sccg.Utility
Assembly
Sccg.dll

TryLoad<T>(int, out T?)

Try to load data from store with specified id.

public bool TryLoad<T>(int id, out T? data)

Parameters

id int
data T

Returns

bool

Type Parameters

T