Added more IEnumerableVisualizer files
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user