This will make the code completion behave.
May help a lot of you.
//If you want proper intellisense
var sb = (ISandbox)Sandbox;
string sampleData = sb.IO.File.ReadAllText(sandboxFile);
This will make the code completion behave.
May help a lot of you.
//If you want proper intellisense
var sb = (ISandbox)Sandbox;
string sampleData = sb.IO.File.ReadAllText(sandboxFile);