Search Results for

    Show / Hide Table of Contents

    Class ClassFileWriterExtensions

    A set of helper extensions for using a ClassFileWriter

    Inheritance
    object
    ClassFileWriterExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Writers
    Assembly: LemonEdge.API.dll
    Syntax
    public static class ClassFileWriterExtensions

    Methods

    AddStandardUsings(ClassFileWriter)

    Adds the standard using statements needed for most LemonEdge code

    Declaration
    public static void AddStandardUsings(this ClassFileWriter writer)
    Parameters
    Type Name Description
    ClassFileWriter writer

    The writer to add the standard using statements to

    In this article
    Back to top © LemonEdge Technologies. All rights reserved.