| 
            
              FurreListItem Property (Furre)
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            Gets or set the Furre at index of fur
            
 
    Namespace: 
   Furcadia.Net.DreamInfo
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic Furre this[
	Furre fur
] { get; set; }Public Default Property Item ( 
	fur As Furre
) As Furre
	Get
	Set
Dim instance As FurreList
Dim fur As Furre
Dim value As Furre
value = instance(fur)
instance(fur) = value
public:
property Furre^ default[Furre^ fur] {
	Furre^ get (Furre^ fur);
	void set (Furre^ fur, Furre^ value);
}member Item : Furre with get, set
Parameters
- fur
 - Type: Furcadia.Net.DreamInfoFurre
            Furre
             
Return Value
Type: 
Furre
See Also