Table of Contents

Interface IInitialize<T>

Namespace
MonoMod.Core.Utils
Assembly
MonoMod.Core.dll
An object which must be initialized with some value after construction.
public interface IInitialize<T>

Type Parameters

T
The type of value this must be initialized with.

Methods

Initialize(T)
Initializes this instance.