Class OverrideTypeReaderAttribute
Marks the System.Type
to be read by the specified Discord.Commands.TypeReader.
Assembly: Discord.Net.Commands.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class OverrideTypeReaderAttribute : Attribute, _Attribute
Properties​
TypeReader​
Gets the specified Discord.Commands.OverrideTypeReaderAttribute.TypeReader of the parameter.
View Source​
Declaration
public Type TypeReader { get; }
Implements​
System.Runtime.InteropServices._Attribute