C# Класс InstructionListExtensions, PropertyChanged

Показать файл Открыть проект

Открытые методы

Метод Описание
Append ( this collection ) : void
Insert ( this collection, int index ) : int
Prepend ( this collection ) : void

Описание методов

Append() публичный статический Метод

public static Append ( this collection ) : void
collection this
Результат void

Insert() публичный статический Метод

public static Insert ( this collection, int index ) : int
collection this
index int
Результат int

Prepend() публичный статический Метод

public static Prepend ( this collection ) : void
collection this
Результат void