Class NullableConverter<T>
- Namespace
- DSharpPlus.CommandsNext.Converters
- Assembly
- DSharpPlus.CommandsNext.dll
public class NullableConverter<T> : IArgumentConverter<T?>, IArgumentConverter where T : struct
Type Parameters
T
- Inheritance
-
objectNullableConverter<T>
- Implements