Added more IEnumerableVisualizer files

This commit is contained in:
Matthias Heil
2026-04-02 10:40:46 +02:00
parent 48e2f108a8
commit 0276f0a34c
8 changed files with 1152 additions and 14 deletions
@@ -55,10 +55,7 @@ public class IEnumerableVisualizerSource : VisualizerObjectSource
return new IEnumerableObjectHandler(obj);
}
public virtual object CreateReplacementObject(object obj, Stream serializedObject)
{
throw new NotSupportedException();
}
public virtual object CreateReplacementObject(object obj, Stream serializedObject) => throw new NotSupportedException();
public virtual void GetData(object obj, Stream dataStream) => throw new NotSupportedException();