Furcadia Framework For Third Party Programs
![]() |
FurreList Class |
[This is preliminary documentation and is subject to change.]
Furre List information for a Furcadia Dream
This class acts like an enhanced List(of <T>) because you can Select a Furre by Item as well as index

Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44

public class FurreList : IList<Furre>, ICollection<Furre>, IEnumerable<Furre>, IEnumerable, ICollection
Public Class FurreList Implements IList(Of Furre), ICollection(Of Furre), IEnumerable(Of Furre), IEnumerable, ICollection Dim instance As FurreList
public ref class FurreList : IList<Furre^>, ICollection<Furre^>, IEnumerable<Furre^>, IEnumerable, ICollection
type FurreList = class interface IList<Furre> interface ICollection<Furre> interface IEnumerable<Furre> interface IEnumerable interface ICollection end
The FurreList type exposes the following members.


Name | Description | |
---|---|---|
![]() | Count |
Number of Avatars in the Dream
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
|
![]() | ItemInt32 |
Gets or sets the Furre at the specified index.
|
![]() | ItemFurre |
Gets or set the Furre at index of fur
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
![]() | ToIList |
Gets to i list.
|

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.) |


Name | Description | |
---|---|---|
![]() | AsDouble | (Defined by ObjectExtensions.) |
![]() | AsInt16 | (Defined by ObjectExtensions.) |
![]() | AsInt32 | (Defined by ObjectExtensions.) |
![]() | AsInt64 | (Defined by ObjectExtensions.) |
![]() | AsString | (Defined by ObjectExtensions.) |
