Class MetadataReferences
Specifies the metadata references to be used when compiling C# code.
Namespace: Neon.CSharp
Assembly: Neon.CSharp.dll
Syntax
public class MetadataReferences : List<MetadataReference>
Methods
Add(Type)
Adds the assembly holding a specific type to the references.
Declaration
public void Add(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type. |