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
- XmlAnyAttributeAttribute.cs
- BuildProvider.cs
- CompilerScope.Storage.cs
- ClientUtils.cs
- OleDbStruct.cs
- BrowserTree.cs
- ParseChildrenAsPropertiesAttribute.cs
- ItemPager.cs
- HttpStreamFormatter.cs
- DesignerForm.cs
- DataExpression.cs
- CompatibleIComparer.cs
- BevelBitmapEffect.cs
- JulianCalendar.cs
- BindableTemplateBuilder.cs
- InvokePattern.cs
- TemplateBindingExtensionConverter.cs
- Model3DGroup.cs
- XmlImplementation.cs
- XmlUrlEditor.cs
- CharConverter.cs
- AspNetSynchronizationContext.cs
- ControlAdapter.cs
- ArrayConverter.cs
- UnmanagedMarshal.cs
- ToolStripPanel.cs
- XmlQualifiedName.cs
- ChameleonKey.cs
- ConsumerConnectionPoint.cs
- PointLight.cs
- DbConnectionPool.cs
- CommentAction.cs
- XPathSelfQuery.cs
- NegatedCellConstant.cs
- XDeferredAxisSource.cs
- DataGridViewEditingControlShowingEventArgs.cs
- StreamGeometryContext.cs
- Deflater.cs
- EnvelopedSignatureTransform.cs
- SymbolDocumentInfo.cs
- FindCriteriaCD1.cs
- Event.cs
- DataColumnCollection.cs
- FaultConverter.cs
- AuthenticationException.cs
- CountdownEvent.cs
- AssertHelper.cs
- String.cs
- ViewDesigner.cs
- SeekableMessageNavigator.cs
- SqlConnectionStringBuilder.cs
- ApplyTemplatesAction.cs
- ServicePoint.cs
- TextBlock.cs
- HtmlSelect.cs
- ProviderConnectionPointCollection.cs
- UserControlParser.cs
- NativeMethods.cs
- XmlArrayItemAttribute.cs
- XPathCompileException.cs
- EnumMember.cs
- Marshal.cs
- Queue.cs
- AsyncMethodInvoker.cs
- ProtocolsConfiguration.cs
- Asn1IntegerConverter.cs
- ExpressionCopier.cs
- XmlDataCollection.cs
- X509ClientCertificateCredentialsElement.cs
- TextServicesContext.cs
- X509ScopedServiceCertificateElement.cs
- FocusChangedEventArgs.cs
- WebPartVerbsEventArgs.cs
- SafeWaitHandle.cs
- ImageCodecInfoPrivate.cs
- SapiRecoInterop.cs
- ToolboxItemFilterAttribute.cs
- RecordBuilder.cs
- TypeUtils.cs
- BoundColumn.cs
- ItemCollection.cs
- XmlExtensionFunction.cs
- ListenUriMode.cs
- XmlAnyElementAttributes.cs
- COM2EnumConverter.cs
- WebControlParameterProxy.cs
- UTF7Encoding.cs
- ScriptModule.cs
- ToggleButton.cs
- LogReserveAndAppendState.cs
- _HTTPDateParse.cs
- Int16AnimationBase.cs
- Comparer.cs
- IsolatedStorageSecurityState.cs
- FloatUtil.cs
- MetadataPropertyAttribute.cs
- FixedSOMTable.cs
- ScriptingAuthenticationServiceSection.cs
- ErrorFormatterPage.cs
- SystemColorTracker.cs