Compartir a través de


Remove Method (KeyValuePair(Label, Node))

[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
PublicFunctionRemove ( _
    itemAsKeyValuePair(OfLabel, Node) _
) AsBoolean
'Usage
DiminstanceAsGraphDictionaryDimitemAsKeyValuePair(OfLabel, Node)
DimreturnValueAsBooleanreturnValue = instance.Remove(item)
publicboolRemove(
    KeyValuePair<Label, Node> item
)
public:
virtualboolRemove(
    KeyValuePair<Label^, Node> item
) sealed
publicfinalfunctionRemove(
    item : KeyValuePair<Label, Node>
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

Implements

ICollection< (Of < ( <'T> ) > ) >. . :: . .Remove(T)

.NET Framework Security

See Also

Reference

GraphDictionary Structure

GraphDictionary Members

Remove Overload

System.Dataflow Namespace