Skip to main content
Version: 0.1.0

Struct ConsoleCommand.ParamInfo

Namespace: ReadyM.Api.Command
Assembly: ReadyM.Api.dll

public readonly struct ConsoleCommand.ParamInfo

Inherited Members​

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors​

ParamInfo(Type, bool, object?)​

public ParamInfo(Type paramType, bool hasDefault, object? defaultValue)

Parameters​

paramType Type

hasDefault bool

defaultValue object?

Fields​

DefaultValue​

public readonly object? DefaultValue

Field Value​

object?

HasDefault​

public readonly bool HasDefault

Field Value​

bool

ParamType​

public readonly Type ParamType

Field Value​

Type