Table of Contents

Struct TypeReaderValue

Namespace
Discord.Commands
Assembly
Discord.Net.Commands.dll
public struct TypeReaderValue
Inherited Members

Constructors

TypeReaderValue(object, float)

public TypeReaderValue(object value, float score)

Parameters

value object
score float

Properties

Score

public readonly float Score { get; }

Property Value

float

Value

public readonly object Value { get; }

Property Value

object

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.