Class ComponentInteractionTypeReader<TContext>
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public abstract class ComponentInteractionTypeReader<TContext> where TContext : IComponentInteractionContext
Type Parameters
TContext
- Inheritance
-
ComponentInteractionTypeReader<TContext>
- Derived
- Inherited Members
Constructors
ComponentInteractionTypeReader()
protected ComponentInteractionTypeReader()
Methods
ReadAsync(ReadOnlyMemory<char>, TContext, ComponentInteractionParameter<TContext>, ComponentInteractionServiceConfiguration<TContext>, IServiceProvider?)
public abstract ValueTask<TypeReaderResult> ReadAsync(ReadOnlyMemory<char> input, TContext context, ComponentInteractionParameter<TContext> parameter, ComponentInteractionServiceConfiguration<TContext> configuration, IServiceProvider? serviceProvider)
Parameters
input
ReadOnlyMemory<char>context
TContextparameter
ComponentInteractionParameter<TContext>configuration
ComponentInteractionServiceConfiguration<TContext>serviceProvider
IServiceProvider