C# 클래스 Mono.Cecil.Cil.InstructionCollection

상속: Collection
파일 보기 프로젝트 열기: sq/ILSpy-JSIL 1 사용 예제들

보호된 메소드들

메소드 설명
OnAdd ( item, int index ) : void
OnInsert ( item, int index ) : void
OnRemove ( item, int index ) : void
OnSet ( item, int index ) : void

비공개 메소드들

메소드 설명
InstructionCollection ( ) : System
InstructionCollection ( int capacity ) : System

메소드 상세

OnAdd() 보호된 메소드

protected OnAdd ( item, int index ) : void
index int
리턴 void

OnInsert() 보호된 메소드

protected OnInsert ( item, int index ) : void
index int
리턴 void

OnRemove() 보호된 메소드

protected OnRemove ( item, int index ) : void
index int
리턴 void

OnSet() 보호된 메소드

protected OnSet ( item, int index ) : void
index int
리턴 void