Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~9K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for tgreer

[QUOTE=hsummerhays;1715941]Borrowing from Matt's reflection code, here are some extension methods that get the job done: [CODE=c#] using System.IO; using System.Reflection; /// <summary> /// Contains extension methods for this namespace. /// </summary> public static class ExtensionMethods { /// <summary> /// Gets the current read position of the StreamReader. /// </summary> /// …

Member Avatar for Cesc_1
0
9K

The End.