Method | Description | |
---|---|---|
ListOps ( IList obj ) : System.Globalization | ||
Pop ( ) : object | ||
Push ( object value ) : void | ||
Reverse ( ) : void | ||
Shift ( ) : object | ||
Splice ( int startIndex ) : void | ||
Unshift ( object value ) : void | ||
this ( int index ) : object |
public ListOps ( IList obj ) : System.Globalization | ||
obj | IList | |
return | System.Globalization |