Share via


PositionTagged<T> Class

Definition

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

public class PositionTagged<T>
type PositionTagged<'T> = class
Public Class PositionTagged(Of T)

Type Parameters

T

The type of the position..

Inheritance
PositionTagged<T>

Constructors

Name Description
PositionTagged<T>(T, 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 PositionTagged<T> class.

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.

Methods

Name Description
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.Gets the hash code of 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 PositionTagged<T> object.

Operators

Name Description
Equality(PositionTagged<T>, PositionTagged<T>)

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(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.

Implicit(Tuple<T,Int32> to PositionTagged<T>)
Inequality(PositionTagged<T>, PositionTagged<T>)

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.

Applies to