Beispiel #1
0
 public override bool IsVisible(AsmEditorContext context) => CreatePropertyDefCommand.CanExecute(context.Nodes);
Beispiel #2
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(CreatePropertyDefCommand.CanExecute(nodes));
 }