Quantcast
Channel: Sandcastle Help File Builder
Viewing all articles
Browse latest Browse all 2184

Patch Uploaded: #13576

$
0
0

skonves has uploaded a patch.

Description:
Updated MRefBuilder: implemented IEnumerable<T> interfaces on each list class and implemented IEnumerator<T> on each list classes' internal enumerator struct. The original GetEnumerator() methods on each list class are now explicit implementations of the non-generic IEnumerable interface.

This allows the usage of Linq extension methods with all list classes defined in ListTemplate.cs.


Viewing all articles
Browse latest Browse all 2184

Trending Articles