Table of Contents

Class CSharpTypeExtensions

Namespace
NanoByte.CodeGeneration
Assembly
NanoByte.CodeGeneration.dll

Extension methods for ICSharpType.

public static class CSharpTypeExtensions
Inheritance
CSharpTypeExtensions
Inherited Members

Methods

WriteToDirectory(ICSharpType, string)

Writes C# code for the type to a file in the directory at path.

public static void WriteToDirectory(this ICSharpType type, string path)

Parameters

type ICSharpType
path string

WriteToFile(ICSharpType, string)

Writes C# code for the type to a file at path.

public static void WriteToFile(this ICSharpType type, string path)

Parameters

type ICSharpType
path string