public TypingList(ITypingListType collectionType, LocationInfo location = null)
     : base(collectionType, location ?? LocationInfo.Empty, Array.Empty <IMember>())
 {
     _collectionType = collectionType;
 }
示例#2
0
 public TypingList(ITypingListType collectionType)
     : base(collectionType, Array.Empty <IMember>())
 {
     _collectionType = collectionType;
 }