Share via


PositionTagged<T> Class

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

Represents a position tagged.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.Instrumentation.PositionTagged<T>

Namespace:  System.Web.WebPages.Instrumentation
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

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

Type Parameters

  • T
    The type of the position..

The PositionTagged<T> type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Position This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the position associated with the PositionTagged<T>.
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 current instance.

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.Gets the hash code of 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 PositionTagged<T> object. (Overrides Object.ToString().)

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 objects are equal.
Public operatorStatic member Implicit(Tuple<T, Int32> to PositionTagged<T>) Converts the specified object to a PositionTagged<T> object.
Public operatorStatic member Implicit(PositionTagged<T> to T) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the value to a PositionTagged<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 objects 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.WebPages.Instrumentation Namespace