Current Property

[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
PublicReadOnlyPropertyCurrentAsKeyValuePair(OfLabel, Node)
    Get
'Usage
DiminstanceAsGraphDictionaryEnumeratorDimvalueAsKeyValuePair(OfLabel, Node)

value = instance.Current
publicKeyValuePair<Label, Node> Current { get; }
public:
virtualpropertyKeyValuePair<Label^, Node> Current {
    KeyValuePair<Label^, Node> get () sealed;
}
finalfunction getCurrent () : KeyValuePair<Label, Node>

Property Value

Type: System.Collections.Generic. . :: . .KeyValuePair< (Of < ( <'Label, Node> ) > ) >

Implements

IEnumerator< (Of < ( <'T> ) > ) >. . :: . .Current

.NET Framework Security

See Also

Reference

GraphDictionaryEnumerator Structure

GraphDictionaryEnumerator Members

System.Dataflow Namespace