Add some judge functions. Code cleanup.

This commit is contained in:
2022-11-14 13:59:26 +08:00
parent 49431e888c
commit 1f57c299a2
3 changed files with 116 additions and 39 deletions

View File

@@ -37,3 +37,6 @@ using System.Diagnostics.CodeAnalysis;
// Index operator not supported
[assembly: SuppressMessage("Style", "IDE0056")]
// Local function not supported
[assembly: SuppressMessage("Style", "IDE0039")]