SharpCvsLib

Folders Methods

The methods of the Folders class are listed below. For a complete list of Folders class members, see the Folders Members topic.

Public Instance Methods

Add Add the given folder to the collection. The folder key is the path to the folder on the filesystem.
Clear (inherited from DictionaryBase)
Contains Determine if the folders collection contains the given folder.
CopyTo (inherited from DictionaryBase)
Equals (inherited from Object)
GetEnumerator (inherited from DictionaryBase)
GetHashCode (inherited from Object)
GetType (inherited from Object)
Remove Remove the given folder from the collection.
ToString Return a human readable string that represents the folders contained in this dictionary object.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)
OnClear (inherited from DictionaryBase)
OnClearComplete (inherited from DictionaryBase)
OnGet (inherited from DictionaryBase)
OnInsert (inherited from DictionaryBase)
OnInsertComplete (inherited from DictionaryBase)
OnRemove (inherited from DictionaryBase)
OnRemoveComplete (inherited from DictionaryBase)
OnSet (inherited from DictionaryBase)
OnSetComplete (inherited from DictionaryBase)
OnValidate (inherited from DictionaryBase)

Explicit Interface Implementations

IDictionary.Add (inherited from DictionaryBase)
IDictionary.Contains (inherited from DictionaryBase)
IDictionary.Remove (inherited from DictionaryBase)
IEnumerable.GetEnumerator (inherited from DictionaryBase)

See Also

Folders Class | ICSharpCode.SharpCvsLib.FileSystem Namespace