Property | Type | Description | |
---|---|---|---|
Name | string |
Property | Type | Description | |
---|---|---|---|
Grow | void | ||
ICloneable | object | ||
ICollection | void | ||
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
NeedsGrowth | bool | ||
NeedsTrimming | bool | ||
Trim | void | ||
ValidateIndex | void | ||
ValidateIndex | void | ||
this | objectIList.System |
Method | Description | |
---|---|---|
Add ( |
|
|
AddRange ( |
|
|
AddRange ( |
|
|
Clear ( ) : void |
|
|
Clone ( ) : |
|
|
Contains ( |
|
|
CopyTo ( |
|
|
CopyTo ( |
|
|
GetEnumerator ( ) : Enumerator |
|
|
IndexOf ( |
|
|
Insert ( int position, |
|
|
Remove ( |
|
|
RemoveAt ( int index ) : void |
|
|
UndoBlockCollection ( ) : System |
|
|
UndoBlockCollection ( |
|
|
UndoBlockCollection ( |
|
|
this ( int index ) : |
|
Method | Description | |
---|---|---|
Grow ( ) : void | ||
ICloneable ( ) : object | ||
ICollection ( |
||
IEnumerable ( ) : IEnumerator | ||
IList ( object item ) : bool | ||
IList ( object item ) : int | ||
IList ( int position, object item ) : void | ||
IList ( object item ) : void | ||
NeedsGrowth ( ) : bool | ||
NeedsTrimming ( ) : bool | ||
Trim ( ) : void | ||
ValidateIndex ( int index ) : void | ||
ValidateIndex ( int index, bool allowEqualEnd ) : void | ||
this ( int index ) : objectIList.System |
public AddRange ( |
||
collection | ||
return | void |
public CopyTo ( |
||
array | ||
start | int | |
return | void |
public Insert ( int position, |
||
position | int | |
item | ||
return | void |
public UndoBlockCollection ( |
||
array | ||
return | System |
public UndoBlockCollection ( |
||
collection | ||
return | System |