This commit is contained in:
vis2k 2021-09-20 18:51:55 +08:00
parent 052cf6c183
commit 411a531eda

View File

@ -10,7 +10,7 @@ public static void Process(ModuleDefinition moduleDef, WeaverLists weaverLists)
{ {
DateTime startTime = DateTime.Now; DateTime startTime = DateTime.Now;
//Search through the types // search through the types
foreach (TypeDefinition td in moduleDef.Types) foreach (TypeDefinition td in moduleDef.Types)
{ {
if (td.IsClass) if (td.IsClass)