Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
4 references to Current
Microsoft.ML.Tests (3)
TextLoaderTests.cs (3)
783
Assert.Equal(irisFirstRowValues.
Current
, val);
803
Assert.Equal(vals4[0], irisFirstRowValues.
Current
);
805
Assert.Equal(vals4[1], irisFirstRowValues.
Current
);
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
117
Annotation annotation = annotationsEnumerator.
Current
.Annotation;