RhinoCommon API
IResizableListT Interface |
Provides the ability to resize a generic list by setting the Count property.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
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.
| Name | Description | |
|---|---|---|
| Count |
Gets or sets the length of the list.
This hides (Shadows in Vb.Net) the read-only Count property of the generic list.
| |
| IsReadOnly | (Inherited from ICollectionT.) | |
| Item | (Inherited from IListT.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from ICollectionT.) | |
| Clear | (Inherited from ICollectionT.) | |
| Contains | (Inherited from ICollectionT.) | |
| CopyTo | (Inherited from ICollectionT.) | |
| GetEnumerator | (Inherited from IEnumerableT.) | |
| IndexOf | (Inherited from IListT.) | |
| Insert | (Inherited from IListT.) | |
| Remove | (Inherited from ICollectionT.) | |
| RemoveAt | (Inherited from IListT.) |