Search Results for

    Show / Hide Table of Contents

    Delegate ActualValueDelegate<TActual>

    Delegate used to delay evaluation of the actual value to be used in evaluating a constraint

    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public delegate TActual ActualValueDelegate<TActual>()
    Returns
    Type Description
    TActual Delegate used to delay evaluation of the actual value to be used in evaluating a constraint
    Type Parameters
    Name Description
    TActual

    Constructors

    View Source

    ActualValueDelegate(object, nint)

    Declaration
    public ActualValueDelegate(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual TActual EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    TActual
    View Source

    Invoke()

    Declaration
    public virtual TActual Invoke()
    Returns
    Type Description
    TActual
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0