CompilationLoader.ReferenceLoader Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a load function that loads the content of a sequence of referenced assemblies from disk, returns the loaded references for the compilation.
public delegate Microsoft.Quantum.QsCompiler.CompilationBuilder.References CompilationLoader.ReferenceLoader(Func<IEnumerable<string>,References> loadFromDisk);
type CompilationLoader.ReferenceLoader = delegate of Func<seq<string>, References> -> References
Public Delegate Function CompilationLoader.ReferenceLoader(loadFromDisk As Func(Of IEnumerable(Of String), References)) As References
Parameters
- loadFromDisk
- Func<IEnumerable<String>,References>