CompletionContext
Provides contextual data for completion delegates.
- Kind:
Class - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/Autocomplete/CompletionContext.cs
Signature
Section titled “Signature”public sealed class CompletionContextInheritance
Section titled “Inheritance”Constructors
Section titled “Constructors”CompletionContext(IServiceProvider)
Section titled “CompletionContext(IServiceProvider)”Initializes a new instance of the CompletionContext class.
public CompletionContext(IServiceProvider services)Parameters
Section titled “Parameters”services(IServiceProvider): Service provider for completion execution.
Properties
Section titled “Properties”Services
Section titled “Services”Gets the service provider.
public IServiceProvider Services { get; }