|
|
|
@ -1,5 +1,6 @@ |
|
|
|
using System; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Collections.Generic; |
|
|
|
|
|
|
|
using System.Diagnostics; |
|
|
|
using System.Linq; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Text; |
|
|
|
|
|
|
|
|
|
|
|
@ -51,6 +52,7 @@ namespace CppSharp |
|
|
|
Fields, |
|
|
|
Fields, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[DebuggerDisplay("{BlockKind} | {Object}")] |
|
|
|
public class Block : ITextGenerator |
|
|
|
public class Block : ITextGenerator |
|
|
|
{ |
|
|
|
{ |
|
|
|
public TextGenerator Text { get; set; } |
|
|
|
public TextGenerator Text { get; set; } |
|
|
|
|