C# | Check if OrderedDictionary collection is read-only
OrderedDictionary.IsReadOnly property is used to get a value that indicates whether the OrderedDictionary collection is read-only or not. Syntax : public bool IsReadOnly { get; } Return Value: This property returns True if the OrderedDictionary collection is read-only, otherwise, False. The default