Share via


Insert 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
PublicSubInsert ( _
    indexAsInteger, _
    itemAsNode _
)
'Usage
DiminstanceAsGraphListDimindexAsIntegerDimitemAsNode

instance.Insert(index, item)
publicvoidInsert(
    intindex,
    Nodeitem
)
public:
virtualvoidInsert(
    intindex, 
    Nodeitem
) sealed
publicfinalfunctionInsert(
    index : int, 
    item : Node
)

Parameters

Implements

IList< (Of < ( <'T> ) > ) >. . :: . .Insert(Int32, T)

.NET Framework Security

See Also

Reference

GraphList Structure

GraphList Members

System.Dataflow Namespace