Share via


LocationTagged<TValue> Class

Definition

generic <typename TValue>
public ref class LocationTagged : IFormattable
public class LocationTagged<TValue> : IFormattable
type LocationTagged<'Value> = class
    interface IFormattable
Public Class LocationTagged(Of TValue)
Implements IFormattable

Type Parameters

TValue
Inheritance
LocationTagged<TValue>
Implements

Constructors

LocationTagged<TValue>(TValue, Int32, Int32, Int32)
LocationTagged<TValue>(TValue, SourceLocation)

Properties

Location
Value

Methods

Equals(Object)
GetHashCode()
ToString()
ToString(String, IFormatProvider)

Operators

Equality(LocationTagged<TValue>, LocationTagged<TValue>)
Implicit(LocationTagged<TValue> to TValue)
Inequality(LocationTagged<TValue>, LocationTagged<TValue>)

Applies to