LocationTagged<T> Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a location tagged.

public class LocationTagged<T> : IFormattable
type LocationTagged<'T> = class
    interface IFormattable
Public Class LocationTagged(Of T)
Implements IFormattable

Type Parameters

T

The type of the location tagged.

Inheritance
LocationTagged<T>
Implements

Constructors

LocationTagged<T>(T, Int32, Int32, Int32)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the LocationTagged<T> class.

LocationTagged<T>(T, SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the LocationTagged<T> class.

Properties

Location

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the location of the source.

Value

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the value of the source.

Methods

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for the current instance.

ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance.

ToString(String, IFormatProvider)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the current instance.

Operators

Equality(LocationTagged<T>, LocationTagged<T>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two System.Web.Razor.Text.LocationTagged{`0} object are equal.

Implicit(LocationTagged<T> to T)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the specified value to a LocationTagged<T> object.

Inequality(LocationTagged<T>, LocationTagged<T>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two System.Web.Razor.Text.LocationTagged{`0} object are not equal.

Applies to