Struct TypeReaderValue
public struct TypeReaderValue
- Inherited Members
Constructors
TypeReaderValue(object, float)
public TypeReaderValue(object value, float score)
Parameters
Properties
Score
public readonly float Score { get; }
Property Value
Value
public readonly object Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.