mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +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
|
@ -6641,7 +6641,7 @@ namespace IDE.ui
|
|||
}
|
||||
|
||||
|
||||
public void WithTrackedElementsAtCursor<T>(List<T> trackedElementList, Action<T> func) where T : TrackedTextElement
|
||||
public void WithTrackedElementsAtCursor<T>(List<T> trackedElementList, delegate void(T) func) where T : TrackedTextElement
|
||||
{
|
||||
int lineIdx;
|
||||
int lineCharIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue