<<<<<<< HEAD ListWrapper(T) Structure
Click or drag to resize
ListWrapper<T> Structure
Simple structure to provide a few utility methods for a List.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public struct ListWrapper<T>

Type Parameters

T
Type for the list

The ListWrapper< T> type exposes the following members.

Methods
  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
Fields
  NameDescription
Public fieldmList
The list object that's being wrapped. I *think* the primary reason why this class was written is so that the devs could put debug calls in here.
Top
See Also
======= ListWrapper(T) Structure
Click or drag to resize
ListWrapperT Structure

[Missing <summary> documentation for "T:Planetbase.ListWrapper`1"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public struct ListWrapper<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Planetbase.ListWrapper`1"]

The ListWrapperT type exposes the following members.

Methods
  NameDescription
Public methodadd
Public methodcontains
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
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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodremove
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldmList
Top
See Also
>>>>>>> origin/gh-pages