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
- PeerHopCountAttribute.cs
- ThreadAttributes.cs
- AssemblyCollection.cs
- WaitHandleCannotBeOpenedException.cs
- GregorianCalendar.cs
- Interlocked.cs
- ReferencedAssembly.cs
- UInt64Storage.cs
- Storyboard.cs
- SqlReferenceCollection.cs
- MessageBodyDescription.cs
- WizardPanelChangingEventArgs.cs
- Property.cs
- HexParser.cs
- DataGridViewImageCell.cs
- StrokeCollection2.cs
- COM2PropertyDescriptor.cs
- MSG.cs
- ProcessHostMapPath.cs
- TdsParserSessionPool.cs
- SingleSelectRootGridEntry.cs
- SrgsElementFactoryCompiler.cs
- IDataContractSurrogate.cs
- MetadataFile.cs
- ValidationUtility.cs
- ContractMapping.cs
- WebProxyScriptElement.cs
- ComponentManagerBroker.cs
- ModelItemDictionaryImpl.cs
- FrameworkContentElement.cs
- CodeLinePragma.cs
- securitycriticaldataformultiplegetandset.cs
- ByteStack.cs
- CrossSiteScriptingValidation.cs
- PolyBezierSegment.cs
- TableRow.cs
- BypassElement.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ToolStripMenuItemCodeDomSerializer.cs
- SpStreamWrapper.cs
- PowerEase.cs
- WindowsRichEdit.cs
- DeviceSpecificChoice.cs
- SourceSwitch.cs
- GridView.cs
- HMAC.cs
- FlowDocumentReader.cs
- DocumentEventArgs.cs
- ScrollChrome.cs
- SelectionRangeConverter.cs
- EventTrigger.cs
- CreatingCookieEventArgs.cs
- ConfigViewGenerator.cs
- IOException.cs
- LicenseException.cs
- FontConverter.cs
- DelegateSerializationHolder.cs
- COM2IPerPropertyBrowsingHandler.cs
- UserPreferenceChangedEventArgs.cs
- _WebProxyDataBuilder.cs
- DataRecordInternal.cs
- DataGridComponentEditor.cs
- ByteStream.cs
- WebServiceHost.cs
- DurableMessageDispatchInspector.cs
- LayoutEditorPart.cs
- DBNull.cs
- SelectionItemPattern.cs
- PageBuildProvider.cs
- TreeNodeBinding.cs
- TypedReference.cs
- SqlPersonalizationProvider.cs
- XPathAncestorQuery.cs
- EditableTreeList.cs
- DesignColumnCollection.cs
- CachedRequestParams.cs
- AssemblyCache.cs
- CustomGrammar.cs
- MessageLoggingFilterTraceRecord.cs
- Hashtable.cs
- Image.cs
- VersionedStreamOwner.cs
- WorkflowServiceNamespace.cs
- DesignerRegionMouseEventArgs.cs
- JsonFormatGeneratorStatics.cs
- WindowsScrollBarBits.cs
- ZoomingMessageFilter.cs
- Lasso.cs
- TaiwanLunisolarCalendar.cs
- Enumerable.cs
- XmlEncoding.cs
- CookieParameter.cs
- Options.cs
- FixedSOMLineCollection.cs
- DataGridViewCellConverter.cs
- Internal.cs
- MetadataItem.cs
- XhtmlBasicTextViewAdapter.cs
- RTTrackingProfile.cs
- EntityCollectionChangedParams.cs