We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d125c1f commit 502c693Copy full SHA for 502c693
Visual_Studio_2017/GraphicalDebugging/ExpressionLoader.cs
@@ -588,6 +588,10 @@ virtual public MemoryReader.Converter<double> GetMemoryConverter(MemoryReader mr
588
return null;
589
}
590
591
+ /// <summary>
592
+ /// Returns Drawable created from array of values generated by
593
+ /// MemoryReader.Read() with MemoryReader.Converter.
594
+ /// </summary>
595
virtual public ExpressionDrawer.IDrawable DrawableFromMemory(MemoryReader.Converter<double> converter,
596
double[] values, int offset)
597
{
0 commit comments