Code:
/ DotNET / DotNET / 8.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
- Literal.cs
- CopyAction.cs
- SynchronizationScope.cs
- TextViewDesigner.cs
- WorkflowDefinitionDispenser.cs
- URLAttribute.cs
- DependencyPropertyChangedEventArgs.cs
- MtomMessageEncoder.cs
- AliasExpr.cs
- SmiContextFactory.cs
- InstanceHandleReference.cs
- MethodBuilder.cs
- DataSetUtil.cs
- DataGridPageChangedEventArgs.cs
- HandleInitializationContext.cs
- DBDataPermission.cs
- HostedAspNetEnvironment.cs
- WebPartConnectionsCloseVerb.cs
- VisualCollection.cs
- DataGridViewRowsAddedEventArgs.cs
- CodeRegionDirective.cs
- SoapIgnoreAttribute.cs
- Literal.cs
- UrlMapping.cs
- TextPattern.cs
- Stylus.cs
- HiddenFieldPageStatePersister.cs
- OracleNumber.cs
- CodeExporter.cs
- ConfigXmlDocument.cs
- LassoSelectionBehavior.cs
- PathSegmentCollection.cs
- TypeUtil.cs
- Repeater.cs
- QueryGenerator.cs
- UriTemplateClientFormatter.cs
- ItemChangedEventArgs.cs
- XmlWriterSettings.cs
- CellLabel.cs
- APCustomTypeDescriptor.cs
- DataControlFieldCell.cs
- GACMembershipCondition.cs
- UiaCoreTypesApi.cs
- ServiceBuildProvider.cs
- JournalEntryListConverter.cs
- MatrixAnimationUsingKeyFrames.cs
- ExpressionSelection.cs
- KeyNotFoundException.cs
- DocumentPageView.cs
- TextEditorSpelling.cs
- MobileControl.cs
- PartitionResolver.cs
- NotifyIcon.cs
- RichTextBoxAutomationPeer.cs
- UserNameSecurityToken.cs
- ExtenderControl.cs
- PanelStyle.cs
- LabelDesigner.cs
- XmlSerializationGeneratedCode.cs
- ControlCollection.cs
- ResXFileRef.cs
- InsufficientMemoryException.cs
- HtmlElementEventArgs.cs
- StrongBox.cs
- IDQuery.cs
- Assert.cs
- LinqDataSource.cs
- RenameRuleObjectDialog.Designer.cs
- Application.cs
- DelegateOutArgument.cs
- HttpResponse.cs
- ProgressPage.cs
- FormattedTextSymbols.cs
- HttpResponseBase.cs
- XmlParserContext.cs
- WebBrowser.cs
- DbgUtil.cs
- EndPoint.cs
- LambdaCompiler.Binary.cs
- Cursor.cs
- ObjectPersistData.cs
- TypeListConverter.cs
- SamlAction.cs
- ObjectIDGenerator.cs
- ExtractorMetadata.cs
- TreeBuilder.cs
- Set.cs
- ServicesExceptionNotHandledEventArgs.cs
- WebPartsPersonalizationAuthorization.cs
- ResourceDefaultValueAttribute.cs
- Selector.cs
- ComPlusSynchronizationContext.cs
- KnownColorTable.cs
- BevelBitmapEffect.cs
- FilteredSchemaElementLookUpTable.cs
- ApplicationServiceHelper.cs
- DataGridViewLinkCell.cs
- ContainerUIElement3D.cs
- StatusBarAutomationPeer.cs
- WebControlAdapter.cs