LocationTagged<T> Class

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

Represents a location tagged.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Text.LocationTagged<T>

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class LocationTagged(Of T) _
    Implements IFormattable
'Usage
Dim instance As LocationTagged(Of T)
public class LocationTagged<T> : IFormattable
generic<typename T>
public ref class LocationTagged : IFormattable
type LocationTagged<'T> =  
    class 
        interface IFormattable 
    end
JScript does not support generic types and methods.

Type Parameters

  • T
    The type of the location tagged.

The LocationTagged<T> type exposes the following members.

Constructors

  Name Description
Public method 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.
Public method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method Equals 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. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method 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. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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. (Overrides Object.ToString().)
Public method 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.

Top

Operators

  Name Description
Public operatorStatic member Equality This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two LocationTaggedUTP object are equal.
Public operatorStatic member 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.
Public operatorStatic member Inequality This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two LocationTaggedUTP object are not equal.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Text Namespace