Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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); } } } // 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
- SQLBytes.cs
- AutoCompleteStringCollection.cs
- AccessDataSource.cs
- RoleGroup.cs
- SafeHandle.cs
- NameValueConfigurationCollection.cs
- InlineObject.cs
- Literal.cs
- DataServiceExpressionVisitor.cs
- MenuItemStyle.cs
- XmlAttributeAttribute.cs
- ListViewDeletedEventArgs.cs
- CqlGenerator.cs
- DockingAttribute.cs
- SqlCacheDependencyDatabaseCollection.cs
- EventLogPermissionEntryCollection.cs
- ValidationHelpers.cs
- AppDomainCompilerProxy.cs
- UserNamePasswordValidationMode.cs
- CoTaskMemSafeHandle.cs
- DataGridViewAccessibleObject.cs
- RowUpdatedEventArgs.cs
- ExpressionCopier.cs
- Int32RectConverter.cs
- PlaceHolder.cs
- x509store.cs
- DataBoundControlActionList.cs
- PerformanceCounterPermissionEntry.cs
- RadioButtonRenderer.cs
- NavigatorOutput.cs
- TreeWalkHelper.cs
- _NTAuthentication.cs
- RadioButtonBaseAdapter.cs
- CodeArrayCreateExpression.cs
- RadioButton.cs
- NamedPipeAppDomainProtocolHandler.cs
- TimerExtension.cs
- WebReferenceCollection.cs
- RenderData.cs
- XmlValueConverter.cs
- Compiler.cs
- DetailsViewRowCollection.cs
- WSHttpBindingBase.cs
- InstallerTypeAttribute.cs
- ZipFileInfoCollection.cs
- XmlRootAttribute.cs
- InitializerFacet.cs
- WasAdminWrapper.cs
- DataServiceRequestArgs.cs
- ProgressBar.cs
- PackageProperties.cs
- SelectionGlyph.cs
- SoapObjectReader.cs
- sortedlist.cs
- CompModSwitches.cs
- LinearKeyFrames.cs
- NameValueFileSectionHandler.cs
- AssertHelper.cs
- ExpressionNormalizer.cs
- ModifierKeysConverter.cs
- LiteralTextContainerControlBuilder.cs
- Renderer.cs
- RawStylusInputCustomData.cs
- FrameworkRichTextComposition.cs
- BigInt.cs
- MetadataSource.cs
- DefaultAssemblyResolver.cs
- IisTraceListener.cs
- TableRowGroup.cs
- ProtectedConfigurationSection.cs
- ParserContext.cs
- DivideByZeroException.cs
- CodeAccessPermission.cs
- X509CertificateStore.cs
- storepermissionattribute.cs
- IfAction.cs
- TextTreeObjectNode.cs
- DataControlFieldHeaderCell.cs
- SaveFileDialog.cs
- OutputScopeManager.cs
- SqlTriggerAttribute.cs
- Image.cs
- XmlWrappingWriter.cs
- BaseUriHelper.cs
- UICuesEvent.cs
- Function.cs
- IItemProperties.cs
- SecurityHeaderElementInferenceEngine.cs
- LogSwitch.cs
- TransformedBitmap.cs
- SerializationSectionGroup.cs
- IMembershipProvider.cs
- WorkflowTransactionService.cs
- RecordManager.cs
- ScriptingSectionGroup.cs
- XmlnsDictionary.cs
- CheckBox.cs
- ReadOnlyDataSourceView.cs
- DataGridHelper.cs
- ResourceIDHelper.cs