Click or drag to resize
ListWrapperT Methods

The ListWrapperT generic type exposes the following members.

Methods
  <<<<<<< HEAD NameDescription
Public methodadd
Checks to make sure the mList object has been instantiatated, then addes item t to the list.
Public methodcontains
Checks if the list is null and if it contains an item.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Private methodFieldGetter (Inherited from Object.)
Private methodFieldSetter (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 methodget
Gets the list object.
Private methodGetFieldInfo (Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodisEmpty
Checks to see if the list is empty. ********WARNING******** This method is bugged. It performs an AND operation instead of an OR operation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodremove
Removed an item from the list.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also
======= NameDescriptionPublic methodaddPublic methodcontainsPublic methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)Private methodFieldGetter (Inherited from Object.)Private methodFieldSetter (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 methodgetPrivate methodGetFieldInfo (Inherited from Object.)Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)Public methodisEmptyProtected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)Public methodremovePublic methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)Top
See Also

Reference

ListWrapperT Structure
Planetbase Namespace
>>>>>>> origin/gh-pages