Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmBindingList
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
MmBindingList
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01233276
Message ID:
01233276
Vues:
61
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform