-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize dictionary usage and improve code readability
Updated MessageBinder.cs: - Modified SpecialValues dictionary initialization for consistent formatting and alignment. - Optimized custom converter checks using TryGetValue for better performance and readability. - Adjusted conditional compilation blocks for enum type checks for improved readability and consistency across platforms. Updated FrameAdapter.cs: - Simplified ResumeStateAsync method by using TryGetValue for dictionary lookups, enhancing performance. - Streamlined CurrentParameter assignment with TryGetValue for efficiency.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters