mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-11 09:07:18 -05:00
misc: chore: Use explicit types in Generator projects
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Ryujinx.Horizon.Kernel.Generators
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (var memberDeclaration in classDeclaration.Members)
|
||||
foreach (MemberDeclarationSyntax memberDeclaration in classDeclaration.Members)
|
||||
{
|
||||
if (memberDeclaration is MethodDeclarationSyntax methodDeclaration)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user