Exemplo n.º 1
0
			protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
			{
				CreateNestedTypeDefCommand.Execute(nodes);
			}
Exemplo n.º 2
0
			protected override void Execute(Context ctx)
			{
				CreateNestedTypeDefCommand.Execute(ctx.Nodes);
			}
Exemplo n.º 3
0
			protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
			{
				return CreateNestedTypeDefCommand.CanExecute(nodes);
			}