Example #1
0
 /// <summary>
 /// Called when the object to be debugged is about to be serialized
 /// </summary>
 public override void GetData(object target, Stream outgoingData) => SerializationHelper.SerializeIconInfo((Icon)target, outgoingData);