Skip to content

CompletionContext

Provides contextual data for completion delegates.

public sealed class CompletionContext

Initializes a new instance of the CompletionContext class.

public CompletionContext(IServiceProvider services)

Gets the service provider.

public IServiceProvider Services { get; }

IServiceProvider