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