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â
HasDefaultâ
public readonly bool HasDefault
Field Valueâ
ParamTypeâ
public readonly Type ParamType