Search Results for

    Show / Hide Table of Contents

    Delegate ValueFormatter

    Custom value formatter function

    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public delegate string ValueFormatter(object val)
    Parameters
    Type Name Description
    object val

    The value

    Returns
    Type Description
    string

    Constructors

    View Source

    ValueFormatter(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(object)

    Declaration
    public virtual string Invoke(object val)
    Parameters
    Type Name Description
    object val
    Returns
    Type Description
    string
    • 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