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 | |
---|---|---|
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 | |
---|---|---|
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>. | |
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 | |
---|---|---|
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).) | |
Finalize | (Inherited from Object.) | |
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().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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 | |
---|---|---|
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. | |
Implicit(Tuple<T, Int32> to PositionTagged<T>) | Converts the specified object to a PositionTagged<T> object. | |
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. | |
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.