Class DecimalTypeReader<TContext>
- Namespace
- NetCord.Services.ComponentInteractions.TypeReaders
- Assembly
- NetCord.Services.dll
public class DecimalTypeReader<TContext> : ComponentInteractionTypeReader<TContext> where TContext : IComponentInteractionContextType 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<ComponentInteractionTypeReaderResult> ReadAsync(ReadOnlyMemory<char> input, TContext context, ComponentInteractionParameter<TContext> parameter, ComponentInteractionServiceConfiguration<TContext> configuration, IServiceProvider? serviceProvider)Parameters
- inputReadOnlyMemory<char>
- contextTContext
- parameterComponentInteractionParameter<TContext>
- configurationComponentInteractionServiceConfiguration<TContext>
- serviceProviderIServiceProvider