Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Include Protected Members
Include Inherited Members
Initializes a new instance of the Selection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
.gif)
Initializes a new instance of the Selection class.
.gif)
Initializes a new instance of the Selection class with the specified array of ModelItem objects.
.gif)
Selection(IEnumerable<ModelItem>)
Initializes a new instance of the Selection class with the specified enumeration of ModelItem objects.
.gif)
Initializes a new instance of the Selection class with the specified enumeration of objects.
.gif)
Selection(IEnumerable<ModelItem>, Predicate<ModelItem>)
Initializes a new instance of the Selection class with the specified enumeration of ModelItem objects and predicate.
.gif)
Selection(IEnumerable, Predicate<ModelItem>)
Initializes a new instance of the Selection class with the specified enumeration of objects and predicate.
Top