Class OverrideTypeReaderAttribute
Marks the <see cref="!:Type"></see> to be read by the specified Revolt.Commands.Readers.TypeReader.
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public sealed class OverrideTypeReaderAttribute : Attribute
Properties​
TypeReader​
Gets the specified Revolt.Commands.Attributes.OverrideTypeReaderAttribute.TypeReader of the parameter.
View Source​
Declaration
public Type TypeReader { get; }