Click or drag to resize
GenericListWrapperT Methods

The GenericListWrapperT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
See interface docs.
Public methodClear
See interface docs.
Public methodContains
See interface docs.
Public methodCopyTo
See interface docs.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
See interface docs.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
See interface docs.
Public methodInsert
See interface docs.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
See interface docs.
Public methodRemoveAt
See interface docs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasSameContentAs
Returns true if two ILists have the same content.
(Defined by IListExtensions.)
Top
See Also