Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / Collections / Specialized / CollectionsUtil.cs / 1 / CollectionsUtil.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- // Wrapper for a case insensitive Hashtable. namespace System.Collections.Specialized { using System.Collections; ////// public class CollectionsUtil { ///[To be supplied.] ////// public static Hashtable CreateCaseInsensitiveHashtable() { return new Hashtable(StringComparer.CurrentCultureIgnoreCase); } ///[To be supplied.] ////// public static Hashtable CreateCaseInsensitiveHashtable(int capacity) { return new Hashtable(capacity, StringComparer.CurrentCultureIgnoreCase); } ///[To be supplied.] ////// public static Hashtable CreateCaseInsensitiveHashtable(IDictionary d) { return new Hashtable(d, StringComparer.CurrentCultureIgnoreCase); } ///[To be supplied.] ////// public static SortedList CreateCaseInsensitiveSortedList() { return new SortedList(CaseInsensitiveComparer.Default); } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Avt.cs
- ScriptResourceAttribute.cs
- ArgumentValue.cs
- ModuleConfigurationInfo.cs
- IIS7UserPrincipal.cs
- CodeArrayIndexerExpression.cs
- PropertyChangedEventArgs.cs
- ControlCachePolicy.cs
- KnownBoxes.cs
- ValidationRule.cs
- WrappedKeySecurityToken.cs
- BaseProcessor.cs
- OdbcDataReader.cs
- WindowHideOrCloseTracker.cs
- X509Certificate2.cs
- ExpressionBuilderContext.cs
- RegisteredHiddenField.cs
- SrgsRule.cs
- UInt64Converter.cs
- ToolBarPanel.cs
- ViewSimplifier.cs
- DropTarget.cs
- RowUpdatedEventArgs.cs
- FileBasedResourceGroveler.cs
- InkPresenterAutomationPeer.cs
- TreeNodeCollection.cs
- TemplateFactory.cs
- XmlSchemaSimpleTypeUnion.cs
- Win32SafeHandles.cs
- SqlRetyper.cs
- PageContentAsyncResult.cs
- AssociationSetMetadata.cs
- EntitySetBase.cs
- Odbc32.cs
- IncrementalReadDecoders.cs
- ToolStripScrollButton.cs
- CalendarAutoFormatDialog.cs
- DefaultSection.cs
- BitmapCodecInfoInternal.cs
- ToolBarTray.cs
- TrustLevel.cs
- DocumentSequence.cs
- QueryAccessibilityHelpEvent.cs
- SQLInt32Storage.cs
- XmlSchemaSet.cs
- RtType.cs
- TextEffectCollection.cs
- ItemContainerProviderWrapper.cs
- ScriptingSectionGroup.cs
- ColorAnimation.cs
- IsolatedStorage.cs
- FlowSwitchDesigner.xaml.cs
- DeferredReference.cs
- StringCollectionEditor.cs
- ParserStreamGeometryContext.cs
- Control.cs
- PropertyManager.cs
- SettingsAttributeDictionary.cs
- TreeNodeBindingDepthConverter.cs
- ThreadPoolTaskScheduler.cs
- GridEntry.cs
- COM2ExtendedTypeConverter.cs
- AffineTransform3D.cs
- MissingMethodException.cs
- PropertyGridEditorPart.cs
- _LocalDataStore.cs
- XsdBuilder.cs
- ButtonFieldBase.cs
- HttpModulesSection.cs
- SessionStateUtil.cs
- SecurityContextTokenCache.cs
- Path.cs
- UInt16Converter.cs
- LassoHelper.cs
- DropShadowEffect.cs
- UrlPath.cs
- DataSourceControlBuilder.cs
- PageCatalogPart.cs
- ObjectQueryProvider.cs
- ParentQuery.cs
- PowerModeChangedEventArgs.cs
- ToolStripLocationCancelEventArgs.cs
- SqlDataSourceStatusEventArgs.cs
- LogEntryDeserializer.cs
- CancellationHandler.cs
- WebPartDisplayMode.cs
- FontStyles.cs
- SchemaSetCompiler.cs
- DataGridViewColumn.cs
- SizeAnimationBase.cs
- NetWebProxyFinder.cs
- ClientScriptManager.cs
- _OSSOCK.cs
- Base64Stream.cs
- BroadcastEventHelper.cs
- DBCommandBuilder.cs
- XamlStyleSerializer.cs
- RunClient.cs
- RowBinding.cs
- InvokeFunc.cs