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
- CalendarTable.cs
- AssemblyInfo.cs
- Stylesheet.cs
- XmlDeclaration.cs
- SignatureConfirmations.cs
- RootDesignerSerializerAttribute.cs
- MatrixAnimationBase.cs
- AssociationTypeEmitter.cs
- MetadataArtifactLoaderCompositeResource.cs
- PeerNameRecordCollection.cs
- TaskDesigner.cs
- TrayIconDesigner.cs
- ResourceDefaultValueAttribute.cs
- XmlSerializerNamespaces.cs
- SqlAliaser.cs
- WinFormsSpinner.cs
- CookieParameter.cs
- SimpleTypeResolver.cs
- ViewBase.cs
- ListViewHitTestInfo.cs
- Canvas.cs
- SimpleExpression.cs
- CompoundFileStorageReference.cs
- FacetDescription.cs
- EditorZone.cs
- WhileDesigner.xaml.cs
- HyperLink.cs
- SqlDependencyUtils.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- EditorZoneAutoFormat.cs
- ComplusEndpointConfigContainer.cs
- ExceptionHandlers.cs
- DbConnectionPoolOptions.cs
- TerminateDesigner.cs
- COM2PictureConverter.cs
- ToolboxCategoryItems.cs
- WinFormsUtils.cs
- XpsPartBase.cs
- InheritablePropertyChangeInfo.cs
- AccessControlList.cs
- initElementDictionary.cs
- URLAttribute.cs
- WebPartZoneCollection.cs
- WebControlAdapter.cs
- KeyInfo.cs
- XmlAttributeOverrides.cs
- Adorner.cs
- AnimationException.cs
- CompiledRegexRunnerFactory.cs
- DynamicPropertyReader.cs
- TrustLevel.cs
- AssociationProvider.cs
- ByteStreamMessageEncodingElement.cs
- AccessDataSourceView.cs
- XmlLanguageConverter.cs
- ProtocolsConfigurationHandler.cs
- Input.cs
- ByteStorage.cs
- CngProperty.cs
- ExpressionBuilderCollection.cs
- MDIClient.cs
- WithStatement.cs
- XmlSchemaComplexContentExtension.cs
- ByteFacetDescriptionElement.cs
- PathStreamGeometryContext.cs
- ToolZone.cs
- Int16Converter.cs
- QueryCacheEntry.cs
- ElapsedEventArgs.cs
- WebServicesSection.cs
- OdbcParameterCollection.cs
- NameValuePermission.cs
- ProfileServiceManager.cs
- FrameworkTextComposition.cs
- DebugControllerThread.cs
- ViewPort3D.cs
- ControlUtil.cs
- XmlDictionaryWriter.cs
- ISessionStateStore.cs
- AssemblyNameEqualityComparer.cs
- InkCanvasInnerCanvas.cs
- CanonicalFontFamilyReference.cs
- AxisAngleRotation3D.cs
- XpsFilter.cs
- BasicCommandTreeVisitor.cs
- DropShadowEffect.cs
- EmbeddedMailObjectsCollection.cs
- basemetadatamappingvisitor.cs
- EdmSchemaError.cs
- __TransparentProxy.cs
- ImplicitInputBrush.cs
- MetadataConversionError.cs
- NativeMethods.cs
- SignatureToken.cs
- HttpRequest.cs
- TextAutomationPeer.cs
- DbMetaDataFactory.cs
- BrushConverter.cs
- PropertyGridDesigner.cs
- RectangleConverter.cs