SubCommandParameters Property
SubCommandParameters
The encoded params for the specified subcommand. If a subcommand has no parameters, this will be null.
C#
public ReadOnlyMemory<byte>? SubCommandParameters { get; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<byte>? |