Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileReferenceCollection Class


FileReferenceCollection Class Methods

For a list of all members of this type, see FileReferenceCollection members.

Public Methods
 NameDescription
Public MethodAdds an item to the ICollection.  
Public MethodRemoves all items from the ICollection.  
Public MethodDetermines whether the ICollection contains a specific value.  
Public MethodDetermines whether the collection contains an element with the specified key.  
Public MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodReturns an enumerator that iterates through the collection.  
Public MethodDetermines the index of a specific item in the IList.  
Public MethodInserts an item to the IList at the specified index.  
Public MethodOverloaded. Removes the first occurrence of a specific object from the ICollection.  
Public MethodRemoves the IList item at the specified index.  
Public MethodChange the files name to the new unique name  
Public MethodRetrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
Top
Protected Methods
 NameDescription
Protected MethodCalled to raise the CollectionChanged event  
Protected MethodCalled when it has been detected that the directory has been updated to determine what the update is.  
Protected MethodAdd an item to the collection, optionally specifying the index  
Protected MethodClear all of the items in the collection  
Protected MethodCalled whenever an item has to be removed to the collection  
Protected MethodCalled to set an item to a specific location in the index, removing whatever is there  
Top
See Also