Indiefreaks.Xna.Sessions.SessionsFoundEventArgs.SessionsFoundEventArgs C# (CSharp) Method

SessionsFoundEventArgs() public method

Creates a new instance
public SessionsFoundEventArgs ( IList sessionsFound ) : System
sessionsFound IList The list of AvailableSession instances returned by the query
return System
        public SessionsFoundEventArgs(IList<AvailableSession> sessionsFound)
        {
            SessionsFound = sessionsFound;
        }
SessionsFoundEventArgs