C# Class InstructionListExtensions, PropertyChanged

Mostrar archivo Open project: Fody/PropertyChanged

Public Methods

Method Description
Append ( this collection ) : void
Insert ( this collection, int index ) : int
Prepend ( this collection ) : void

Method Details

Append() public static method

public static Append ( this collection ) : void
collection this
return void

Insert() public static method

public static Insert ( this collection, int index ) : int
collection this
index int
return int

Prepend() public static method

public static Prepend ( this collection ) : void
collection this
return void