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

Afficher le fichier Open project: shana/moon

Méthodes publiques

Méthode 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 méthode

public ListOps ( IList obj ) : System.Globalization
obj IList
Résultat System.Globalization

Pop() public méthode

public Pop ( ) : object
Résultat object

Push() public méthode

public Push ( object value ) : void
value object
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

Shift() public méthode

public Shift ( ) : object
Résultat object

Splice() public méthode

public Splice ( int startIndex ) : void
startIndex int
Résultat void

Unshift() public méthode

public Unshift ( object value ) : void
value object
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object