コード例 #1
0
ファイル: PropertyDefCommands.cs プロジェクト: jorik041/dnSpy
 protected override bool CanExecute(Context ctx)
 {
     return(PropertyDefSettingsCommand.CanExecute(ctx.Nodes));
 }
コード例 #2
0
ファイル: PropertyDefCommands.cs プロジェクト: jorik041/dnSpy
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(PropertyDefSettingsCommand.CanExecute(nodes));
 }