mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Iris.Markup
|
||||
{
|
||||
internal class ByteCodeWriter
|
||||
public class ByteCodeWriter
|
||||
{
|
||||
private const int BLOCK_SIZE = 4096;
|
||||
private byte[] _scratch = new byte[8];
|
||||
|
||||
Reference in New Issue
Block a user