Share via


Add Method (IEnumerable(Edge))

[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 ( _
    edgesAsIEnumerable(OfEdge) _
)
'Usage
DiminstanceAsDefaultGraphStoreCollectionBaseDimedgesAsIEnumerable(OfEdge)

instance.Add(edges)
publicvirtualvoidAdd(
    IEnumerable<Edge> edges
)
public:
virtualvoidAdd(
    IEnumerable<Edge>^ edges
)
publicfunctionAdd(
    edges : IEnumerable<Edge>
)

Parameters

.NET Framework Security

See Also

Reference

DefaultGraphStoreCollectionBase Class

DefaultGraphStoreCollectionBase Members

Add Overload

System.Dataflow Namespace