Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / Collections / Specialized / CollectionsUtil.cs / 1305376 / 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); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DocumentSignatureManager.cs
- FrameworkContentElement.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- EntryPointNotFoundException.cs
- ModuleConfigurationInfo.cs
- ThreadExceptionDialog.cs
- TypeForwardedToAttribute.cs
- DataGridCellEditEndingEventArgs.cs
- DataGridViewRowCancelEventArgs.cs
- ObjectListCommandsPage.cs
- MsmqAppDomainProtocolHandler.cs
- RegexCharClass.cs
- SqlDataSourceCommandEventArgs.cs
- Queue.cs
- DataRow.cs
- DataServiceQueryOfT.cs
- VirtualizedCellInfoCollection.cs
- ListMarkerLine.cs
- State.cs
- CroppedBitmap.cs
- XamlParser.cs
- ValidationErrorCollection.cs
- DetailsViewInsertedEventArgs.cs
- ReflectionUtil.cs
- UpdatableGenericsFeature.cs
- GroupStyle.cs
- ProfileGroupSettingsCollection.cs
- FontConverter.cs
- ChangeInterceptorAttribute.cs
- MD5CryptoServiceProvider.cs
- TextProviderWrapper.cs
- DropDownList.cs
- wgx_sdk_version.cs
- Decorator.cs
- PageAsyncTaskManager.cs
- InheritanceContextHelper.cs
- FormViewDeletedEventArgs.cs
- ToolStripKeyboardHandlingService.cs
- ArgumentOutOfRangeException.cs
- base64Transforms.cs
- RuntimeWrappedException.cs
- DocumentSequenceHighlightLayer.cs
- RecognizedPhrase.cs
- OleDbCommandBuilder.cs
- TreeBuilderXamlTranslator.cs
- MemoryFailPoint.cs
- SamlAuthorizationDecisionStatement.cs
- NegotiateStream.cs
- SpnEndpointIdentity.cs
- ModuleBuilder.cs
- Int16KeyFrameCollection.cs
- Subtree.cs
- GradientStopCollection.cs
- ServiceContractGenerator.cs
- FontStretches.cs
- Solver.cs
- TakeQueryOptionExpression.cs
- QueryMatcher.cs
- TraceLevelStore.cs
- UnknownBitmapDecoder.cs
- PrimitiveList.cs
- DynamicRendererThreadManager.cs
- CompositionAdorner.cs
- Size3DConverter.cs
- UTF7Encoding.cs
- OleDbDataReader.cs
- SubMenuStyle.cs
- GroupBox.cs
- CodeVariableReferenceExpression.cs
- NamedPermissionSet.cs
- GeometryModel3D.cs
- DataRowChangeEvent.cs
- CodeDOMUtility.cs
- SizeAnimationBase.cs
- BuiltInPermissionSets.cs
- KnownTypesHelper.cs
- XmlWriterSettings.cs
- SetterBaseCollection.cs
- DrawingContext.cs
- ArglessEventHandlerProxy.cs
- Win32PrintDialog.cs
- CoTaskMemHandle.cs
- printdlgexmarshaler.cs
- PropertyTabAttribute.cs
- PageClientProxyGenerator.cs
- ObjectMemberMapping.cs
- NumericUpDown.cs
- FamilyMap.cs
- PeerResolverElement.cs
- ExpandCollapseProviderWrapper.cs
- MaskedTextBoxTextEditorDropDown.cs
- DrawItemEvent.cs
- SqlConnectionHelper.cs
- RefExpr.cs
- Int32AnimationUsingKeyFrames.cs
- PropertyValueUIItem.cs
- ByteArrayHelperWithString.cs
- WsdlEndpointConversionContext.cs
- NamedPipeTransportManager.cs
- PropertyPanel.cs