FurreList Class

FFF3PP

FurreList Class

This stuff is still in the planning stages. Any questions or Comments are welcome.

[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

Inheritance Hierarchy
SystemObject  Furcadia.Net.DreamInfoFurreList

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
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.

Constructors
  NameDescription
Public methodFurreList
Initializes a new instance of the FurreList class
Top
Properties
  NameDescription
Public propertyCount
Number of Avatars in the Dream
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItemInt32
Gets or sets the Furre at the specified index.
Public propertyItemFurre
Gets or set the Furre at index of fur
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyToIList
Gets to i list.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified furre.
Public methodClear
Removes all items from the ICollectionT.
Public methodContains(Int32)
Determines whether [contains] [the specified furre identifier].
Public methodContains(String)
Determines whether [contains] [the specified furre name].
Public methodContains(Furre)
Determines whether [contains] [the specified furre].
Public methodCopyTo(Array, Int32)
Public methodCopyTo(Furre, Int32)
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(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 methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetFurreByID(Int32)
get a Furre from the Furrelist by its integer idd
Public methodGetFurreByID(Base220)
Get's a Furre from the Dream List bu it's ID
Public methodGetFurreByName
Gets a Furre object by the Furre's Name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Indexes the of.
Public methodInsert
Inserts an item to the IListT at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Int32)
Removes a Furre based on their Furre ID
Public methodRemove(Furre)
Removes the first occurrence of a specific object from the ICollectionT.
Public methodRemoveAt
Removes the IListT item at the specified index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldStatic memberfList
Top
Extension Methods
  NameDescription
Public Extension MethodAsDouble (Defined by ObjectExtensions.)
Public Extension MethodAsInt16 (Defined by ObjectExtensions.)
Public Extension MethodAsInt32 (Defined by ObjectExtensions.)
Public Extension MethodAsInt64 (Defined by ObjectExtensions.)
Public Extension MethodAsString (Defined by ObjectExtensions.)
Top
See Also