C# Class Screensavers.Screensaver.WindowCollection

Represents a collection of screensaver windows.
Inheritance: IEnumerable
Datei anzeigen Open project: wmhilton/lock-screen

Public Methods

Method Description
this ( int index ) : Window

Gets the window at the given index.

Private Methods

Method Description
System ( ) : System.Collections.IEnumerator
WindowCollection ( Window windows ) : System

Method Details

this() public method

Gets the window at the given index.
public this ( int index ) : Window
index int The zero-based index of the screensaver window.
return Window