Search Results for

    Show / Hide Table of Contents

    Delegate SyntaxReceiverCreator

    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public delegate ISyntaxReceiver SyntaxReceiverCreator()
    Returns
    Type Description
    ISyntaxReceiver

    Constructors

    SyntaxReceiverCreator(object, nint)

    Declaration
    public SyntaxReceiverCreator(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 ISyntaxReceiver EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    ISyntaxReceiver

    Invoke()

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