Class DecimalTypeReader<TContext>
- Namespace
- NetCord.Services.ComponentInteractions.TypeReaders
- Assembly
- NetCord.Services.dll
public class DecimalTypeReader<TContext> : ComponentInteractionTypeReader<TContext> where TContext : IComponentInteractionContext
Type Parameters
TContext
- Inheritance
-
ComponentInteractionTypeReader<TContext>DecimalTypeReader<TContext>
- Inherited Members
Constructors
DecimalTypeReader()
public DecimalTypeReader()
Methods
ReadAsync(ReadOnlyMemory<char>, TContext, ComponentInteractionParameter<TContext>, ComponentInteractionServiceConfiguration<TContext>, IServiceProvider?)
public override 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