You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This object would make more sense as a subclass of a collection class type in C#. The only additional property it has is count so that can be added in the subclass. Otherwise, we could even do away with it and just use generics on some collection class.
The text was updated successfully, but these errors were encountered:
This object would make more sense as a subclass of a collection class type in C#. The only additional property it has is
count
so that can be added in the subclass. Otherwise, we could even do away with it and just use generics on some collection class.The text was updated successfully, but these errors were encountered: