ListWrapper<T> Structure |
Namespace: Planetbase
The ListWrapper< T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | add |
Checks to make sure the mList object has been instantiatated, then addes item t to the list.
|
![]() | contains |
Checks if the list is null and if it contains an item.
|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | FieldGetter | (Inherited from Object.) |
![]() | FieldSetter | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | get |
Gets the list object.
|
![]() | GetFieldInfo | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | isEmpty |
Checks to see if the list is empty.
********WARNING********
This method is bugged. It performs an AND operation instead of an OR operation.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | remove |
Removed an item from the list.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | mList |
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.
|
ListWrapperT Structure |
[Missing <summary> documentation for "T:Planetbase.ListWrapper`1"]
Namespace: Planetbase
[Missing <typeparam name="T"/> documentation for "T:Planetbase.ListWrapper`1"]
The ListWrapperT type exposes the following members.
Name | Description | |
---|---|---|
![]() | add | |
![]() | contains | |
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | FieldGetter | (Inherited from Object.) |
![]() | FieldSetter | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | get | |
![]() | GetFieldInfo | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | isEmpty | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | remove | |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |