[This is preliminary documentation and is subject to change.]
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Class UnionEnumerator(Of T) _
Implements IEnumerator(Of T) |
| Visual C++ |
|---|
generic<typename T>
public ref class UnionEnumerator : IEnumerator<T> |
| F# |
|---|
type UnionEnumerator<'T> =
class
interface IEnumerator<'T>
end |
| JScript |
|---|
JScript does not support generic types or methods. |
Type Parameters
Inheritance Hierarchy
See Also
Version History