C# Class InstructionListExtensions, PropertyChanged

Afficher le fichier Open project: Fody/PropertyChanged

Méthodes publiques

Méthode Description
Append ( this collection ) : void
Insert ( this collection, int index ) : int
Prepend ( this collection ) : void

Method Details

Append() public static méthode

public static Append ( this collection ) : void
collection this
Résultat void

Insert() public static méthode

public static Insert ( this collection, int index ) : int
collection this
index int
Résultat int

Prepend() public static méthode

public static Prepend ( this collection ) : void
collection this
Résultat void