C# 클래스 System.Windows.Forms.FormCollection

상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Form form ) : void
Clear ( ) : void
Contains ( Form form ) : bool
FindIndex ( Predicate
match ) : int
GetEnumerator ( ) : IEnumerator
Remove ( Form form ) : void
RemoveAt ( int index ) : void
Sort ( ) : void
this ( int index ) : Form

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void
IList ( object value ) : bool
IList ( object value ) : int
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

public Add ( Form form ) : void
form Form
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Form form ) : bool
form Form
리턴 bool

FindIndex() 공개 메소드

public FindIndex ( Predicate match ) : int
match Predicate
리턴 int

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

public Remove ( Form form ) : void
form Form
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : Form
index int
리턴 Form