Table of Contents

Method Get

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Get<T>()

Gets an not null value from the specified T.

public T Get<T>() where T : struct

Returns

T

Type Parameters

T

The type to convert the value to.