Class GuildUserTypeReader<TContext>
- Namespace
- NetCord.Services.Commands.TypeReaders
- Assembly
- NetCord.Services.dll
public class GuildUserTypeReader<TContext> : UserTypeReader<TContext> where TContext : ICommandContextType Parameters
- TContext
- Inheritance
- 
      
      CommandTypeReader<TContext>CommandTypeParser<TContext>UserTypeReader<TContext>GuildUserTypeReader<TContext>
- Inherited Members
Constructors
GuildUserTypeReader()
public GuildUserTypeReader()Methods
ParseAsync(ReadOnlyMemory<char>, TContext, CommandParameter<TContext>, CommandServiceConfiguration<TContext>, IServiceProvider?)
public override ValueTask<CommandTypeParserResult> ParseAsync(ReadOnlyMemory<char> input, TContext context, CommandParameter<TContext> parameter, CommandServiceConfiguration<TContext> configuration, IServiceProvider? serviceProvider)Parameters
- inputReadOnlyMemory<char>
- contextTContext
- parameterCommandParameter<TContext>
- configurationCommandServiceConfiguration<TContext>
- serviceProviderIServiceProvider