Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Collections / KeyValuePairs.cs / 1 / KeyValuePairs.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: KeyValuePairs ** ** ** Purpose: KeyValuePairs to display items in collection class under debugger ** ** ===========================================================*/ namespace System.Collections { using System.Diagnostics; [DebuggerDisplay("{value}", Name = "[{key}]", Type = "" )] internal class KeyValuePairs { [DebuggerBrowsable(DebuggerBrowsableState.Never)] private object key; [DebuggerBrowsable(DebuggerBrowsableState.Never)] private object value; public KeyValuePairs(object key, object value) { this.value = value; this.key = key; } public object Key { get { return key; } } public object Value { get { return value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ActiveXHelper.cs
- HtmlFormWrapper.cs
- CountdownEvent.cs
- Win32.cs
- HostingEnvironmentSection.cs
- IdentityModelStringsVersion1.cs
- SqlTriggerAttribute.cs
- UniqueEventHelper.cs
- SettingsPropertyValueCollection.cs
- CodeAccessSecurityEngine.cs
- DictionaryMarkupSerializer.cs
- TypedTableHandler.cs
- IteratorFilter.cs
- ColorAnimationUsingKeyFrames.cs
- TextDecoration.cs
- Slider.cs
- GridView.cs
- DodSequenceMerge.cs
- FaultHandlingFilter.cs
- DataContractJsonSerializer.cs
- DataGridViewTopLeftHeaderCell.cs
- _ShellExpression.cs
- TreeViewImageGenerator.cs
- InvalidPropValue.cs
- TransformConverter.cs
- TypeGeneratedEventArgs.cs
- MarkerProperties.cs
- ZeroOpNode.cs
- ToolStripManager.cs
- Configuration.cs
- FileInfo.cs
- DesignBindingPropertyDescriptor.cs
- ExpressionBinding.cs
- QueueProcessor.cs
- XamlToRtfWriter.cs
- TargetInvocationException.cs
- HWStack.cs
- JournalNavigationScope.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- HtmlImage.cs
- PackagePart.cs
- SafeProcessHandle.cs
- Stroke2.cs
- NeutralResourcesLanguageAttribute.cs
- StreamingContext.cs
- WinFormsSecurity.cs
- SignatureToken.cs
- SharedUtils.cs
- XmlSchemaImporter.cs
- FixedDSBuilder.cs
- TrustManagerMoreInformation.cs
- DispatchWrapper.cs
- UriScheme.cs
- CodeActivity.cs
- SafeRegistryHandle.cs
- EntityDataSourceDesignerHelper.cs
- PropertiesTab.cs
- HostingEnvironment.cs
- FixedSOMTableCell.cs
- XmlExceptionHelper.cs
- DataGridClipboardCellContent.cs
- NavigatingCancelEventArgs.cs
- ComponentCommands.cs
- ContractMapping.cs
- RelationshipEnd.cs
- IISMapPath.cs
- Ipv6Element.cs
- FamilyMap.cs
- XmlElement.cs
- DbConnectionPoolCounters.cs
- KeyedHashAlgorithm.cs
- SessionEndingCancelEventArgs.cs
- ReliabilityContractAttribute.cs
- tibetanshape.cs
- DESCryptoServiceProvider.cs
- SeekableMessageNavigator.cs
- SqlTypeConverter.cs
- Pool.cs
- XmlSerializerSection.cs
- GridViewRowEventArgs.cs
- EditorZoneBase.cs
- RuntimeConfigurationRecord.cs
- SchemaElementLookUpTableEnumerator.cs
- PropertyToken.cs
- _ProxyRegBlob.cs
- InputScopeAttribute.cs
- FileEnumerator.cs
- SqlDesignerDataSourceView.cs
- LinqDataSourceHelper.cs
- Message.cs
- ProviderUtil.cs
- IisTraceListener.cs
- TextFormatterImp.cs
- BitmapSourceSafeMILHandle.cs
- DataSourceViewSchemaConverter.cs
- ParentUndoUnit.cs
- sqlmetadatafactory.cs
- Win32.cs
- ParentUndoUnit.cs
- Container.cs