Two-way access dictionary for .NET Standard 2.0+.
-
Updated
Oct 4, 2024 - C#
Two-way access dictionary for .NET Standard 2.0+.
This project was inspired by the source code for the system intern immutable collections. It expands on the idea of a strong enumerable with a strong enumerator instead of the usual interface. This improves performance in foreach-loops massively the bigger the dataset gets. Additionally adds some minor extension methods for all collections.
Purely Functional Data Structures in C#
Simple but usefull examples of features of the C# 6.0. Implemented using Visual Studio Code and .NET CORE
There were shown differences between Const, Readonly and Static Readonly(.net framework 4.6, C#6.0)
The example demonstrates how to customize the visual appearance of read-only data form editor in xamarin.iOS
This example demonstrates how to raise SfDataForm label and editor Touch event when data form is read only in Xamarin.Android.
Code example to explain diffrence between Readonly and constant keyword
Prevention of modification and deletion of files that must be kept unchanged while stored for a long time.
Add a description, image, and links to the readonly topic page so that developers can more easily learn about it.
To associate your repository with the readonly topic, visit your repo's landing page and select "manage topics."