mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Got rid of Action<T>/Func<T>
This commit is contained in:
parent
44bd9c698f
commit
b52db47d55
37 changed files with 94 additions and 88 deletions
|
@ -17,7 +17,7 @@ namespace IDE.ui
|
|||
mIsReadOnly = true;
|
||||
}
|
||||
|
||||
public Event<Func<int, int, bool>> mGotoReferenceEvent ~ _.Dispose();
|
||||
public Event<delegate bool(int, int)> mGotoReferenceEvent ~ _.Dispose();
|
||||
public bool GotoRefrenceAtLine(int line, int lineOfs = 0)
|
||||
{
|
||||
//bool selectLine = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue