IntervalMap(TEndpoint, TData) Class

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicClassIntervalMap(Of TEndpoint As {Structure, New, IComparable(Of TEndpoint), IComparable}, TData)
'Usage
DiminstanceAsIntervalMap(Of TEndpoint, TData)
publicclassIntervalMap<TEndpoint, TData>
where TEndpoint : struct, new(), IComparable<TEndpoint>, IComparable
generic<typename TEndpoint, typename TData>
where TEndpoint : value class, gcnew(), IComparable<TEndpoint>, IComparablepublicref classIntervalMap
JScript does not support generic types or methods.

Type Parameters

  • TEndpoint
  • TData

Inheritance Hierarchy

System. . :: . .Object
  System.Dataflow..::..IntervalMap<(Of <(<'TEndpoint, TData>)>)>

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

IntervalMap< (Of < ( <'TEndpoint, TData> ) > ) > Members

System.Dataflow Namespace