Struct CommandedView.PrebuiltCommandContext
public record struct CommandedView.PrebuiltCommandContext : IEquatable<CommandedView.PrebuiltCommandContext>
- Implements
- Inherited Members
Constructors
PrebuiltCommandContext(CommandContext)
public PrebuiltCommandContext(CommandContext Value)
Parameters
ValueCommandContext
Properties
Value
public CommandContext Value { readonly get; set; }