Esempio n. 1
0
 public void Clone(out IEnumFORMATETC newEnum)
 {
     newEnum = new EnumFormatEtc(this);
 }
Esempio n. 2
0
 public EnumFormatEtc(EnumFormatEtc from)
     : base(from)
 {
 }