Put these in a region

This commit is contained in:
Matt Nadareski
2025-09-20 16:45:06 -04:00
parent a0bbd0be32
commit 80cd7dffdb

View File

@@ -118,6 +118,8 @@ namespace BinaryObjectScanner.Data
#endregion
#region Helpers
/// <summary>
/// Initialize all implementations of a type
/// </summary>
@@ -176,6 +178,8 @@ namespace BinaryObjectScanner.Data
}
return classTypes;
}
}
#endregion
}
}