CompilationLoader.SourceLoader Delegate

Definition

Given a load function that loads the content of a sequence of files from disk, returns the content for all sources to compile.

public delegate System.Collections.Immutable.ImmutableDictionary<Uri,string> CompilationLoader.SourceLoader(Func<IEnumerable<string>,ImmutableDictionary<Uri,string>> loadFromDisk);
type CompilationLoader.SourceLoader = delegate of Func<seq<string>, ImmutableDictionary<Uri, string>> -> ImmutableDictionary<Uri, string>
Public Delegate Function CompilationLoader.SourceLoader(loadFromDisk As Func(Of IEnumerable(Of String), ImmutableDictionary(Of Uri, String))) As ImmutableDictionary(Of Uri, String) 

Parameters

Return Value

ImmutableDictionary<Uri,String>

Applies to