c# Interface for sequenced list
I have a property in a class that is a sequence of items, like:
C# – Looking for an efficient way to add a range of numbers to a collection only replacing null elements
I would like to add a range of numbers to a collection but only replacing null elements. True would be returned if elements have been replaced, otherwise false.