Show / Hide Table of Contents

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>?
In this article
Back to top Generated by DocFX