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.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The PositionTagged<T> type exposes the following members.
| 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. |
| 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. |
| 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().) |
| 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. |
Show:
