[This is preliminary documentation and is subject to change.]

Author: Đonny

Wpars type-unsafe IEnumerable as type-safe IEnumerable<(Of <(<'T>)>)>

Namespace: Tools.CollectionsT.GenericT
Assembly: 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
JScript does not support generic types or methods.

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>)>)>

See Also

Collapse/expand Version History

1.5.2