C# Class OpenHome.Songcast.MediaPlayerList

Inheritance: IEnumerable, INotifyCollectionChanged
Mostrar archivo Open project: openhome/ohSongcast Class Usage Examples

Public Methods

Method Description
Add ( Object aObject ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
MediaPlayerList ( ) : System
Sort ( ) : void
StopAndDetachAll ( ) : void

Private Methods

Method Description
Purge ( ) : void
SetEnabled ( bool aValue ) : void

Method Details

Add() public method

public Add ( Object aObject ) : void
aObject Object
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

MediaPlayerList() public method

public MediaPlayerList ( ) : System
return System

Sort() public method

public Sort ( ) : void
return void

StopAndDetachAll() public method

public StopAndDetachAll ( ) : void
return void