Table of Contents

Class ParameterChoice

Namespace
HeyBox.Interactions
Assembly
HeyBox.Net.Interactions.dll

表示斜线命令参数的选项。

public class ParameterChoice
Inheritance
ParameterChoice
Inherited Members

Properties

Name

获取选项的名称。

public string Name { get; }

Property Value

string

Value

获取选项的值。

public object? Value { get; }

Property Value

object