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