System.Array: IEnumerable व IEnumerator Interface के Methods को Define किए बिना भी हम एक अन्य तरीके का प्रयोग करके अपनी किसी Collection Class के लिए इन Methods के पहले से Implemented Version को Use कर सकते हैं। चूंकि हम जानते हैं कि System.Array भी .NET Framework का एक Reference Type है और इस Type में भी इन Methods को Implement किया गया है, जिसकी वजह से Array Type के Objects के लिए foreach Looping को Use किया जाना सम्भव हो पाता है। इसलिए यदि … [Read more...]
System.Array – Pre Implemented
Filed Under: C# Programming Language in Hindi Tagged With: array system, c# ienumerable, c# ienumerator, c# system.array, collections, collections class, collections list, IEnumerable, ienumerable c#, ienumerable c# example, ienumerable example, ienumerable in c#, ienumerable interface, ienumerable select, ienumerable sort, ienumerable string, ienumerable to list, ienumerator, ienumerator c#, ienumerator in c#, search the collections, system array copy, System.Array, system.array c#, what is ienumerable, what is ienumerable in c#