public void Clone(out IEnumFORMATETC newEnum) { newEnum = new EnumFormatEtc(this); }
public EnumFormatEtc(EnumFormatEtc from) : base(from) { }