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 #72.8K
~9K People Reached
Favorite Forums
1 Posted Topic
Re: 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> /// … |
The End.