Share via


Add Method (ILookup(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
PublicOverridableSubAdd ( _
    nodesByLabelAsILookup(OfLabel, Node) _
)
'Usage
DiminstanceAsDefaultGraphStoreCollectionBaseDimnodesByLabelAsILookup(OfLabel, Node)

instance.Add(nodesByLabel)
publicvirtualvoidAdd(
    ILookup<Label, Node> nodesByLabel
)
public:
virtualvoidAdd(
    ILookup<Label^, Node>^ nodesByLabel
)
publicfunctionAdd(
    nodesByLabel : ILookup<Label, Node>
)

Parameters

.NET Framework Security

See Also

Reference

DefaultGraphStoreCollectionBase Class

DefaultGraphStoreCollectionBase Members

Add Overload

System.Dataflow Namespace