DesktopLiveStreamer.ListGames.this C# (CSharp) Method

this() public method

public this ( int i ) : Game
i int
return Game
        public Game this[int i]
        {
            get { return (Game)listGames[i]; }
        }