Table of Contents

Interface IValueCommand

Namespace
NanoByte.Common.Undo
Assembly
NanoByte.Common.dll

A command that exposes the value it will set.

public interface IValueCommand : IUndoCommand
Inherited Members
Extension Methods

Properties

Value

object? Value { get; }

Property Value

object