MultiSelectList Constructor (IEnumerable)
Visual Studio 2010
Initializes a new instance of the MultiSelectList class by using the specified items to include in the list.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- items
- Type: System.Collections.IEnumerable
The items.
| Exception | Condition |
|---|---|
| ArgumentNullException | The items parameter is null. |
Community Additions
ADD
Show: