C# 클래스 Emveepee.Widgets.ProfileConfigList

상속: IEnumerable
파일 보기 프로젝트 열기: mono/emveepee 1 사용 예제들

공개 메소드들

메소드 설명
Add ( object obj ) : void
GetEnumerator ( ) : IEnumerator
Prepend ( ProfileConfiguration config ) : void
this ( int index ) : ProfileConfiguration

비공개 메소드들

메소드 설명
OnChanged ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( object obj ) : void
obj object
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Prepend() 공개 메소드

public Prepend ( ProfileConfiguration config ) : void
config ProfileConfiguration
리턴 void

this() 공개 메소드

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