FurreList Methods

FFF3PP

FurreList Methods

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

[This is preliminary documentation and is subject to change.]

The FurreList type exposes the following members.

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