[This is preliminary documentation and is subject to change.]
Author: Đonny
Wpars type-unsafe IEnumerable as type-safe IEnumerable<(Of <(<'T>)>)>
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class Wrapper<T> : IEnumerable<T> |
| Visual Basic |
|---|
Public Class Wrapper(Of T) _ Implements IEnumerable(Of T) |
| Visual C++ |
|---|
generic<typename T> public ref class Wrapper : IEnumerable<T> |
| F# |
|---|
type Wrapper<'T> = class interface IEnumerable<'T> end |
| JScript |
|---|
|
Type Parameters
- T
- Type that each item of wrapped collection must be of or convertible to
Inheritance Hierarchy
System..::..Object
Tools.CollectionsT.GenericT..::..Wrapper<(Of <(<'T>)>)>
Tools.CollectionsT.GenericT..::..ListWrapper<(Of <(<'T>)>)>
Tools.CollectionsT.GenericT..::..Wrapper<(Of <(<'T>)>)>
Tools.CollectionsT.GenericT..::..ListWrapper<(Of <(<'T>)>)>
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed