Table of Contents

Interface ICaptureInitializer<T>

Namespace
Mokkit
Assembly
Mokkit.dll

Defines the contract for initializing capture instances with values. This interface is used internally by the capture system to set captured values in a type-safe manner.

public interface ICaptureInitializer<T>

Type Parameters

T

The type of value that can be set in the capture.

Methods

Set(T)

Sets the value in the capture instance.

void Set(T value)

Parameters

value T

The value to set in the capture.