using System.Collections.Generic; namespace rail { public class RailUsersInfoData : EventBase { public List user_info_list = new List(); } }