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
~1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for dieucay555

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 …

Member Avatar for thines01
0
1K

The End.