C# 클래스 OpenHome.Songcast.MediaPlayerList

상속: IEnumerable, INotifyCollectionChanged
파일 보기 프로젝트 열기: openhome/ohSongcast 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Object aObject ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
MediaPlayerList ( ) : System
Sort ( ) : void
StopAndDetachAll ( ) : void

비공개 메소드들

메소드 설명
Purge ( ) : void
SetEnabled ( bool aValue ) : void

메소드 상세

Add() 공개 메소드

public Add ( Object aObject ) : void
aObject Object
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

MediaPlayerList() 공개 메소드

public MediaPlayerList ( ) : System
리턴 System

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

StopAndDetachAll() 공개 메소드

public StopAndDetachAll ( ) : void
리턴 void