Interval(T) 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
<SerializableAttribute> _
PublicClassInterval(Of T As {Structure, New, IComparable(Of T), IComparable}) _
ImplementsIComparable, IComparable(OfInterval(Of T))
'Usage
DiminstanceAsInterval(Of T)
[SerializableAttribute]
publicclassInterval<T> : IComparable, IComparable<Interval<T>>
where T : struct, new(), IComparable<T>, IComparable
[SerializableAttribute]
generic<typename T>
where T : value class, gcnew(), IComparable<T>, IComparablepublicref classInterval : IComparable,
IComparable<Interval<T>^>
JScript does not support generic types or methods.
Type Parameters
- T
Inheritance Hierarchy
System. . :: . .Object
System.Dataflow..::..Interval<(Of <(<'T>)>)>
System.Dataflow. . :: . .Interval
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.