Open sandboxFocus

Property References

References

Gets the list of assembly names that should be included in the compilation. To add a named assembly reference, add this comment to your test file: // @AssemblyReference(assemblyName).

Declaration
public List<TestAssemblyReference> References { get; }
Property Value
Type Description
List<TestAssemblyReference>