The methods of the Entries class are listed below. For a complete list of Entries class members, see the Entries Members topic.
Add | Add a new entry to the entry collection. |
Clear (inherited from DictionaryBase) | |
Contains | Determines if the given collection contains an entry. |
CopyTo (inherited from DictionaryBase) | |
Equals (inherited from Object) | |
GetEnumerator (inherited from DictionaryBase) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Remove | Remove the given entry from the collection. |
ToString | Render the entries collection as a human readable string. |
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) |
IDictionary.Add (inherited from DictionaryBase) | |
IDictionary.Contains (inherited from DictionaryBase) | |
IDictionary.Remove (inherited from DictionaryBase) | |
IEnumerable.GetEnumerator (inherited from DictionaryBase) |
Entries Class | ICSharpCode.SharpCvsLib.FileSystem Namespace