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