private void SyncObjects(IDataObject[] objs) { _objCache.Clear(); objs.ForEach(o => _objCache.Add(string.Format("({0}) {1}", o.ID, DebuggingContext.GetInterfaceType(o).Type.FullName))); Count = objs.Length; }