Mono Class Library: OverviewSystem.Collections.DictionaryBase: Members |
The members of System.Collections.DictionaryBase are listed below.
See Also: Inherited members from System.Object
Default constructor.
[read-only] Dictionary IDictionary. The collection contained as an IDictionary [read-only] InnerHashtable Hashtable. The internal Hashtable representation for this dictionary
Clear() Clears the contents of the dictionaryCopyTo(Array, int) Copies the contents of the Dictionary into the target array.GetEnumerator() : IDictionaryEnumerator Returns an enumerator for the dictionary
OnClear() Hook invoked before the clear operation is performed on the DictionaryBaseOnClearComplete() Hook invoked after the clear operation is performed on the DictionaryBaseOnGet(object, object) : object Hook invoked while fetching data from the DictionaryBase.OnInsert(object, object) Hook invoked before inserting data into the DictionaryBase.OnInsertComplete(object, object) Hook invoked after inserting the data into the DictionaryBaseOnRemove(object, object) Hook invoked before removing a key/value from the DictionaryBase.OnRemoveComplete(object, object) Hook invoked after removing a key/value from the DictionaryBase.OnSet(object, object, object) Hook invoked before changing a value for a key in the DictionaryBase.OnSetComplete(object, object, object) Hook invoked after changing a value for a key in the DictionaryBase.OnValidate(object, object) Hook invoked after the value has been validated.
IDictionary.Add Documentation for this section has not yet been entered. IDictionary.Contains Documentation for this section has not yet been entered. IEnumerable.GetEnumerator Documentation for this section has not yet been entered. [read-only] IDictionary.IsFixedSize bool. Documentation for this section has not yet been entered. [read-only] IDictionary.IsReadOnly bool. Documentation for this section has not yet been entered. [read-only] ICollection.IsSynchronized bool. Documentation for this section has not yet been entered. IDictionary.Item object. Documentation for this section has not yet been entered. [read-only] IDictionary.Keys ICollection. Documentation for this section has not yet been entered. IDictionary.Remove Documentation for this section has not yet been entered. [read-only] ICollection.SyncRoot object. Documentation for this section has not yet been entered. [read-only] IDictionary.Values ICollection. Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.