Table of Contents

Method RegisterAuthoringKeyProvider

Namespace
GrindFest.Content
Assembly
GrindFest.dll

RegisterAuthoringKeyProvider(Func<IReadOnlyCollection<string>>)

Registers how the authoring source enumerates its keys. Called lazily — see GrindFest.Content.ContentDirectoryStore.EnsureAuthoringKeys() — because enumeration is only needed to resolve a name to an address, and for diagnostics, while single-key lookups go straight through the resolver.

public static void RegisterAuthoringKeyProvider(Func<IReadOnlyCollection<string>> provider)

Parameters

provider Func<IReadOnlyCollection<string>>