IResizableList(T) Interface

IResizableListT Interface

Provides the ability to resize a generic list by setting the Count property.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface IResizableList<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Public Interface IResizableList(Of T)
	Inherits IList(Of T), ICollection(Of T), IEnumerable(Of T), 
	IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Rhino.Collections.IResizableList`1"]

The IResizableListT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets or sets the length of the list. This hides (Shadows in Vb.Net) the read-only Count property of the generic list.
Public propertyIsReadOnly (Inherited from ICollectionT.)
Public propertyItem (Inherited from IListT.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionT.)
Public methodClear (Inherited from ICollectionT.)
Public methodContains (Inherited from ICollectionT.)
Public methodCopyTo (Inherited from ICollectionT.)
Public methodGetEnumerator (Inherited from IEnumerableT.)
Public methodIndexOf (Inherited from IListT.)
Public methodInsert (Inherited from IListT.)
Public methodRemove (Inherited from ICollectionT.)
Public methodRemoveAt (Inherited from IListT.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also