Share via


GetCurrent 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
PublicMustOverrideFunctionGetCurrent ( _
    ByRefstateAsEmbeddableEnumeratorState _
) As Node
'Usage
DiminstanceAsGraphStoreListAdapterDimstateAsEmbeddableEnumeratorStateDimreturnValueAs Node

returnValue = instance.GetCurrent(state)
publicabstract Node GetCurrent(
    refEmbeddableEnumeratorStatestate
)
public:
virtual Node GetCurrent(
    EmbeddableEnumeratorState% state
) abstract
publicabstractfunctionGetCurrent(
    state : EmbeddableEnumeratorState
) : Node

Parameters

Return Value

Type: Node

.NET Framework Security

See Also

Reference

GraphStoreListAdapter< (Of < ( <'Node> ) > ) > Class

GraphStoreListAdapter< (Of < ( <'Node> ) > ) > Members

System.Dataflow Namespace