mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-20 21:24:27 +00:00
One more early return
This commit is contained in:
@@ -147,6 +147,10 @@ namespace BinaryObjectScanner.Data
|
||||
assemblyTypes = rtle.Types ?? [];
|
||||
}
|
||||
|
||||
// If no assembly types are found
|
||||
if (assemblyTypes.Length == 0)
|
||||
return [];
|
||||
|
||||
// Loop through all types
|
||||
List<T> classTypes = [];
|
||||
foreach (Type? type in assemblyTypes)
|
||||
|
||||
Reference in New Issue
Block a user