Class ClassFileWriterExtensions
A set of helper extensions for using a Class
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 |
---|---|---|
Class |
writer | The writer to add the standard using statements to |