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.65K
1 Posted Topic
I want to write 1 extension method,it's purpose is convert 1 IEnumerable<T> to 1 ObservableCollection<T>, but i've error : [COLOR="Red"]Error 5 The type or namespace name 'T' could not be found (are you missing a using directive or an assembly reference?)[/COLOR] Here is my code : Code: [CODE=CS]using System; using …
The End.
dieucay555