Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmBindingList
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
MmBindingList
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01233276
Message ID:
01233276
Views:
62
Is there any difference between an mmBindingList and an IList? Can I pass the mmBindingList as an IList return type from a method?

In other words:

public IList<LocationEntity> GetAllLocations()
{
    ...
    mmBindingList<LocationEntity> locationList = ...
    return locationList;
}

The return type is being passed to JSON objects.
Regards,

Fred Chateau
Next
Reply
Map
View

Click here to load this message in the networking platform