Table of Contents

Class Trapture

Namespace
Mokkit
Assembly
Mokkit.dll

Provides static factory methods for creating Mokkit.Trapture`1 instances.

public static class Trapture

Inheritance

Inherited Members

Methods

Start<T>(out Trapture<T>)

Starts a new transparent capture operation and returns an initializer for setting the captured value.

public static ICaptureInitializer<T> Start<T>(out Trapture<T> trapture)

Parameters

trapture Trapture<T>

When this method returns, contains the trapture instance that will hold the value.

Returns

ICaptureInitializer<T>

An initializer that can be used to set the captured value.

Type Parameters

T

The type of value to capture.