Click or drag to resize

List Class

A simple IList implementation with a constructor defining its size.
Inheritance Hierarchy
SystemObject
  System.CollectionsArrayList
    MediaCy.CommandsList

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class List
	Inherits ArrayList

The List type exposes the following members.

Constructors
  NameDescription
Public methodList
Initializes a new instance of the List class
Public methodList(ICollection)
Initializes a new instance of the List class
Public methodList(Int32)
Initializes a new instance of the List class
Top
Properties
  NameDescription
Public propertyItem (Overrides ArrayListItemInt32.)
Top
Remarks