1 type derived from Enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
41
internal class Enumerator<T> :
Enumerator
, IEnumerator<T>
1 instantiation of Enumerator
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SpecializedCollections.cs (1)
58
public static readonly IEnumerator Instance = new
Enumerator
();