Property | Type | Description | |
---|---|---|---|
System | bool | ||
System | int |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
RemoveAt ( int index ) : void |
Method | Description | |
---|---|---|
CollectionBase ( ) | ||
CollectionBase ( int capacity ) | ||
OnClear ( ) : void | ||
OnClearComplete ( ) : void | ||
OnInsert ( int index, object value ) : void | ||
OnInsertComplete ( int index, object value ) : void | ||
OnRemove ( int index, object value ) : void | ||
OnRemoveComplete ( int index, object value ) : void | ||
OnSet ( int index, object oldValue, object newValue ) : void | ||
OnSetComplete ( int index, object oldValue, object newValue ) : void | ||
OnValidate ( object value ) : void | ||
System ( System array, int index ) : void | ||
System ( int index, object value ) : void | ||
System ( object value ) : void | ||
this ( int index ) : objectSystem.Collections.IList. |
Method | Description | |
---|---|---|
System ( object value ) : bool | ||
System ( object value ) : int |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
protected OnInsert ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected OnInsertComplete ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected OnRemove ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected OnRemoveComplete ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected OnSet ( int index, object oldValue, object newValue ) : void | ||
index | int | |
oldValue | object | |
newValue | object | |
return | void |
protected OnSetComplete ( int index, object oldValue, object newValue ) : void | ||
index | int | |
oldValue | object | |
newValue | object | |
return | void |
protected System ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
protected System ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected this ( int index ) : objectSystem.Collections.IList. | ||
index | int | |
return | objectSystem.Collections.IList. |