public void AcceptMetafileDescriptorVdcType(VdcType vdcType, PrintContext parameter) { parameter.WriteLine("VDC Type: {0}", vdcType.Specification); }
public virtual void AcceptMetafileDescriptorVdcType(VdcType vdcType, T parameter) { // intentionally left blank }