Class RefParam<T>Abstract

Static methods for handling .NET ref parameters.

Type Parameters

  • T

Constructors

Methods

Constructors

Methods

  • Creates an instance wrapping a RefParam

    Type Parameters

    • T

    Parameters

    Returns T & {
        ref: RefParam<T>;
        value: T;
    }