Mono Class Library: OverviewSystem.Collections.Specialized.StringDictionary: Members |
The members of System.Collections.Specialized.StringDictionary are listed below.
See Also: Inherited members from System.Object
Documentation for this section has not yet been entered.
[read-only] Count int. Documentation for this section has not yet been entered. [read-only] IsSynchronized bool. Documentation for this section has not yet been entered. default propertyItem(string) string. Documentation for this section has not yet been entered. [read-only] Keys ICollection. Documentation for this section has not yet been entered. [read-only] SyncRoot object. Documentation for this section has not yet been entered. [read-only] Values ICollection. Documentation for this section has not yet been entered.
Add(string, string) Documentation for this section has not yet been entered.Clear() Documentation for this section has not yet been entered.ContainsKey(string) : bool Documentation for this section has not yet been entered.ContainsValue(string) : bool Documentation for this section has not yet been entered.CopyTo(Array, int) Documentation for this section has not yet been entered.GetEnumerator() : IEnumerator Documentation for this section has not yet been entered.Remove(string) 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.