Click or drag to resize

ListWrapperT Properties

The ListWrapperT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Public propertyWrappedList
Returns the wrapped list
Top
See Also