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