[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 NotInheritable Class TypedArrayEnumerator(Of T) _
Implements IBiDirEnumerator(Of T) |
| Visual C++ |
|---|
generic<typename T>
public ref class TypedArrayEnumerator sealed : IBiDirEnumerator<T> |
| F# |
|---|
[<SealedAttribute>]
type TypedArrayEnumerator<'T> =
class
interface IBiDirEnumerator<'T>
end |
| JScript |
|---|
JScript does not support generic types or methods. |
Type Parameters
Remarks
Inheritance Hierarchy
See Also