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