Class ClassFileWriterExtensions
A set of helper extensions for using a ClassFileWriter
Inherited Members
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 |