Compartir a través de


Includes Method

[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
PublicFunctionIncludes ( _
    keyAsInterval(Of TEndpoint) _
) AsBoolean
'Usage
DiminstanceAsIntervalMapDimkeyAsInterval(Of TEndpoint)
DimreturnValueAsBooleanreturnValue = instance.Includes(key)
publicboolIncludes(
    Interval<TEndpoint> key
)
public:
boolIncludes(
    Interval<TEndpoint>^ key
)
publicfunctionIncludes(
    key : Interval<TEndpoint>
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

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

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

System.Dataflow Namespace