Table of Contents

Method GetExtension

Namespace
Ratatoskr.Core
Assembly
Ratatoskr.dll

GetExtension<T>()

Gets a typed extension object, or null if not set.

public T? GetExtension<T>() where T : class

Returns

T

Type Parameters

T