C# Class System.Windows.Browser.ManagedObject.ListOps

显示文件 Open project: shana/moon

Public Methods

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

Method Details

ListOps() public method

public ListOps ( IList obj ) : System.Globalization
obj IList
return System.Globalization

Pop() public method

public Pop ( ) : object
return object

Push() public method

public Push ( object value ) : void
value object
return void

Reverse() public method

public Reverse ( ) : void
return void

Shift() public method

public Shift ( ) : object
return object

Splice() public method

public Splice ( int startIndex ) : void
startIndex int
return void

Unshift() public method

public Unshift ( object value ) : void
value object
return void

this() public method

public this ( int index ) : object
index int
return object