Table of Contents

Class Capture

Namespace
Mokkit
Assembly
Mokkit.dll

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

public static class Capture

Inheritance

Inherited Members

Methods

Start<T>(out Capture<T>)

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

public static ICaptureInitializer<T> Start<T>(out Capture<T> capture)

Parameters

capture Capture<T>

When this method returns, contains the capture 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.