sharplib/imm
Marc Hernandez b59baf0239 Title: Refactored variable names and removed unused imports
x) In `Imm.cs`, renamed the delegate parameter from `ZZOld` to `old` for clarity.
x) Also in `Imm.cs`, changed the property name from `ZZOld` to `Old_backing`. This change was made across multiple classes within the file, improving code readability by using a more descriptive name.
x) In `Log.cs`, removed unused imports (`System.Security.Cryptography.X509Certificates`, `System.Dynamic`, `System.Xml.Schema`, and `Microsoft.CodeAnalysis.CSharp.Syntax`) to clean up the codebase.
2024-08-06 12:17:24 -07:00
..
FSM.cs x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
Imm.cs Title: Refactored variable names and removed unused imports 2024-08-06 12:17:24 -07:00
iu.cs Consolidate imports, wrap metadata in struct, update type constraints 2024-07-01 14:47:24 -07:00
List.cs x) Add observable list 2024-01-14 01:33:07 -08:00
Util.cs x) Add observable list 2024-01-14 01:33:07 -08:00