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

Author: Đonny

Wraps type-unsafe IList as type-safe IList<(Of <(<'T>)>)>

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class ListWrapper<T> : Wrapper<T>, 
	IList<T>, IList
Visual Basic
Public Class ListWrapper(Of T) _
	Inherits Wrapper(Of T) _
	Implements IList(Of T), IList
Visual C++
generic<typename T>
public ref class ListWrapper : public Wrapper<T>, 
	IList<T>, IList
F#
type ListWrapper<'T> =  
    class
        inherit Wrapper<'T>
        interface IList<'T>
        interface IList
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Tools.CollectionsT.GenericT.ListWrapper`1"]

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