Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / Collections / Generic / SortedSetDebugView.cs / 1305376 / SortedSetDebugView.cs
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace System.Collections.Generic { ////// Debug view for SortedSet /// ///internal class SortedSetDebugView { private SortedSet set; public SortedSetDebugView(SortedSet set) { if (set == null) { throw new ArgumentNullException("set"); } this.set = set; } [DebuggerBrowsable(DebuggerBrowsableState.RootHidden)] public T[] Items { get { return set.ToArray(); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace System.Collections.Generic { /// /// Debug view for SortedSet /// ///internal class SortedSetDebugView { private SortedSet set; public SortedSetDebugView(SortedSet set) { if (set == null) { throw new ArgumentNullException("set"); } this.set = set; } [DebuggerBrowsable(DebuggerBrowsableState.RootHidden)] public T[] Items { get { return set.ToArray(); } } } } // 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
- XmlSchemaElement.cs
- ProcessModelSection.cs
- IntegrationExceptionEventArgs.cs
- TypePresenter.xaml.cs
- UserNamePasswordValidator.cs
- DoubleLink.cs
- XmlSchemaAttributeGroup.cs
- GeometryHitTestResult.cs
- Overlapped.cs
- FrameworkElementFactory.cs
- Selector.cs
- WindowsGraphicsCacheManager.cs
- DelayedRegex.cs
- XPathNavigatorKeyComparer.cs
- HtmlInputRadioButton.cs
- DataSourceControl.cs
- HMACSHA384.cs
- COAUTHIDENTITY.cs
- SymbolEqualComparer.cs
- XmlQualifiedName.cs
- XmlCharType.cs
- InternalPermissions.cs
- ContainerAction.cs
- DataTrigger.cs
- DataGridViewBindingCompleteEventArgs.cs
- FontCollection.cs
- Rotation3DAnimation.cs
- XmlNamespaceManager.cs
- UInt64.cs
- ResourceAssociationTypeEnd.cs
- CodeSnippetTypeMember.cs
- GradientSpreadMethodValidation.cs
- securestring.cs
- HttpCookieCollection.cs
- BulletedListEventArgs.cs
- Translator.cs
- DataSourceConverter.cs
- TraceInternal.cs
- BindingListCollectionView.cs
- UIElementParagraph.cs
- EdgeProfileValidation.cs
- NativeRecognizer.cs
- UnSafeCharBuffer.cs
- SessionState.cs
- DbProviderFactoriesConfigurationHandler.cs
- StructuredTypeInfo.cs
- ExceptionUtility.cs
- OrderedHashRepartitionStream.cs
- BitmapFrame.cs
- ComponentCollection.cs
- AdornerPresentationContext.cs
- BitmapMetadata.cs
- ApplicationContext.cs
- SoapInteropTypes.cs
- ComboBoxAutomationPeer.cs
- HasCopySemanticsAttribute.cs
- ImageSource.cs
- CodeMemberMethod.cs
- InvalidPipelineStoreException.cs
- InputLangChangeEvent.cs
- EntityViewGenerationAttribute.cs
- DetailsViewModeEventArgs.cs
- Decimal.cs
- DesignUtil.cs
- AssemblyCache.cs
- DynamicPhysicalDiscoSearcher.cs
- newinstructionaction.cs
- FontSource.cs
- UncommonField.cs
- PassportAuthentication.cs
- Tool.cs
- TranslateTransform3D.cs
- Popup.cs
- DBConcurrencyException.cs
- OdbcConnection.cs
- EntityViewContainer.cs
- AnimatedTypeHelpers.cs
- PresentationTraceSources.cs
- ResourceAssociationTypeEnd.cs
- TargetException.cs
- WorkflowServiceAttributes.cs
- SQLSingle.cs
- HelpKeywordAttribute.cs
- DataKeyPropertyAttribute.cs
- DataSourceControl.cs
- JsonFormatReaderGenerator.cs
- AuthenticationManager.cs
- SizeChangedInfo.cs
- GenericUriParser.cs
- LightweightCodeGenerator.cs
- TableAdapterManagerHelper.cs
- WebPartConnectionsConfigureVerb.cs
- SqlProviderManifest.cs
- PerformanceCounterNameAttribute.cs
- TemplateField.cs
- DataKey.cs
- AlternateViewCollection.cs
- BitVector32.cs
- PersonalizationEntry.cs
- SessionPageStateSection.cs