Skip to main content
Version: 4.1

SelectedObjectCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the collection of selected items in the ListBox.

public class SelectedObjectCollection : IList, ICollection, IEnumerable

Properties

Instance member Count

Int32: Returns the number of selected items.

Instance member IsReadOnly

Boolean: Returns whether the collection is read-only.

Instance member Item(index)

Object: Returns the selected item.

Methods

Instance member Add(value)

ParameterTypeDescription
valueObject

Instance member Clear()

Instance member Contains(value)

ParameterTypeDescription
valueObject

Returns: Boolean.

Instance member CopyTo(destination, index)

ParameterTypeDescription
destinationArray
indexInt32

Instance member GetEnumerator()

Returns: IEnumerator.

Instance member IndexOf(value)

ParameterTypeDescription
valueObject

Returns: Int32.

Instance member Remove(value)

ParameterTypeDescription
valueObject