Struct ArgumentBindingResult
- Namespace
- DisCatSharp.CommandsNext.Converters
- Assembly
- DisCatSharp.CommandsNext.dll
Represents a argument binding result.
public readonly struct ArgumentBindingResult
- Inherited Members
Constructors
- ArgumentBindingResult(Exception)
Initializes a new instance of the ArgumentBindingResult class.
- ArgumentBindingResult(object[], IReadOnlyList<string>)
Initializes a new instance of the ArgumentBindingResult class.
Properties
- Converted
Gets the converted.
- IsSuccessful
Gets a value indicating whether the binding is successful.
- Raw
Gets the raw.
- Reason
Gets the reason.