using System.Collections.Generic; namespace ET { public class UnitOrderTransactionComponent { public Dictionary OrderId2TransactionIdDic = new Dictionary(); } }