Show / Hide Table of Contents

    Class DelegateHelpers

    Inheritance
    Object
    DelegateHelpers
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection.Sigil
    Assembly: Platform.Reflection.Sigil.dll
    Syntax
    public static class DelegateHelpers

    Methods

    | Improve this Doc View Source

    Compile<TDelegate>(Action<Emit<TDelegate>>)

    Declaration
    public static TDelegate Compile<TDelegate>(Action<Emit<TDelegate>> emitCode)
    Parameters
    Type Name Description
    Action<Sigil.Emit<TDelegate>> emitCode
    Returns
    Type Description
    TDelegate
    Type Parameters
    Name Description
    TDelegate
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX