C# 클래스 InstructionListExtensions, PropertyChanged

파일 보기 프로젝트 열기: Fody/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