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:
@@ -8,7 +8,7 @@ using Microsoft.Iris.Library;
|
||||
|
||||
namespace Microsoft.Iris.Markup
|
||||
{
|
||||
internal abstract class ConstructorSchema : DisposableObject
|
||||
public abstract class ConstructorSchema : DisposableObject
|
||||
{
|
||||
public static ConstructorSchema[] EmptyList = new ConstructorSchema[0];
|
||||
private TypeSchema _owner;
|
||||
|
||||
Reference in New Issue
Block a user