Furcadia Framework For Third Party Programs
FurreList Methods |
[This is preliminary documentation and is subject to change.]
The FurreList type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds the specified furre.
| |
Clear |
Removes all items from the ICollectionT.
| |
Contains(Int32) |
Determines whether [contains] [the specified furre identifier].
| |
Contains(String) |
Determines whether [contains] [the specified furre name].
| |
Contains(Furre) |
Determines whether [contains] [the specified furre].
| |
CopyTo(Array, Int32) | ||
CopyTo(Furre, Int32) | ||
Equals | Determines whether the specified object is equal to the current object. (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.) | |
GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
GetFurreByID(Int32) |
get a Furre from the Furrelist by its integer idd
| |
GetFurreByID(Base220) |
Get's a Furre from the Dream List bu it's ID
| |
GetFurreByName |
Gets a Furre object by the Furre's Name
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Indexes the of.
| |
Insert |
Inserts an item to the IListT at the specified index.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(Int32) |
Removes a Furre based on their Furre ID
| |
Remove(Furre) |
Removes the first occurrence of a specific object from the ICollectionT.
| |
RemoveAt |
Removes the IListT item at the specified index.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
AsDouble | (Defined by ObjectExtensions.) | |
AsInt16 | (Defined by ObjectExtensions.) | |
AsInt32 | (Defined by ObjectExtensions.) | |
AsInt64 | (Defined by ObjectExtensions.) | |
AsString | (Defined by ObjectExtensions.) |
See Also