mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +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
|
@ -2184,7 +2184,7 @@ namespace IDE
|
|||
|
||||
}
|
||||
|
||||
public void WithProjectItems(Action<ProjectItem> func)
|
||||
public void WithProjectItems(delegate void(ProjectItem) func)
|
||||
{
|
||||
List<int32> idxStack = scope List<int32>();
|
||||
List<ProjectFolder> folderStack = scope List<ProjectFolder>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue