Action
    Preparing search index...

    Class RefParam<T>Abstract

    Static methods for handling .NET ref parameters.

    Type Parameters

    • T
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Creates an instance wrapping a RefParam

      Type Parameters

      • T

      Parameters

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

      • ref: RefParam<T>

        The typed RefParam instance

      • value: T

        The value for the ref parameter.