Monday, June 6, 2016

What is open close generic type?

If type is specified at declaration time than it is called close type. And if type is not specified at declaration time than it is called open type.
Ex List<int>, List<string> are close type
Dictionary<T,string>, Dictionary<T,M>,are open type.

No comments:

Followers

Link