Search Results for

    Show / Hide Table of Contents

    Delegate SyntaxContextReceiverCreator

    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public delegate ISyntaxContextReceiver? SyntaxContextReceiverCreator()
    Returns
    Type Description
    ISyntaxContextReceiver

    Constructors

    SyntaxContextReceiverCreator(object, nint)

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

    Methods

    BeginInvoke(AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

    Declaration
    public virtual ISyntaxContextReceiver? EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    ISyntaxContextReceiver

    Invoke()

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