Example #1
0
 /// <summary>
 /// 粘贴
 /// 粘贴内容被组装在List-object泛型列表中
 /// </summary>
 /// <returns>返回粘贴内容</returns>
 public object Paste()
 {
     return(clipboard.Paste(instanceCollection.GetType()));
 }