[This is preliminary documentation and is subject to change.]
Author: Đonny
Wraps type-unsafe IList as type-safe IList<(Of <(<'T>)>)>
Namespace: Tools.CollectionsT.GenericTAssembly: 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 |
|---|
|
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>)>)>
Tools.CollectionsT.GenericT..::..Wrapper<(Of <(<'T>)>)>
Tools.CollectionsT.GenericT..::..ListWrapper<(Of <(<'T>)>)>
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed