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
- Stylesheet.cs
- ProgressBar.cs
- GridViewColumnHeader.cs
- ScriptResourceAttribute.cs
- StackBuilderSink.cs
- WindowVisualStateTracker.cs
- Classification.cs
- ColumnBinding.cs
- GeometryDrawing.cs
- CodeConditionStatement.cs
- SoapSchemaExporter.cs
- WebInvokeAttribute.cs
- EmissiveMaterial.cs
- XmlFormatReaderGenerator.cs
- UserPersonalizationStateInfo.cs
- DbConnectionHelper.cs
- PeerCollaborationPermission.cs
- WebServiceTypeData.cs
- TemplateBindingExpression.cs
- CompositeControl.cs
- ContextMenuAutomationPeer.cs
- DbBuffer.cs
- MimeTypeAttribute.cs
- ProcessInfo.cs
- ResourceExpression.cs
- WeakReferenceList.cs
- QueryReaderSettings.cs
- AssemblyBuilderData.cs
- Pts.cs
- OleDbPropertySetGuid.cs
- NullReferenceException.cs
- LineSegment.cs
- ClientBuildManager.cs
- XmlFormatExtensionPointAttribute.cs
- OrderPreservingSpoolingTask.cs
- EmissiveMaterial.cs
- Options.cs
- Point3DCollection.cs
- SolidBrush.cs
- SchemaCreator.cs
- CalendarAutoFormatDialog.cs
- RefreshPropertiesAttribute.cs
- StructuredTypeEmitter.cs
- PackageDigitalSignatureManager.cs
- CacheMemory.cs
- ListComponentEditor.cs
- TracingConnectionListener.cs
- TextBreakpoint.cs
- SingleConverter.cs
- MimeWriter.cs
- XmlImplementation.cs
- DynamicHyperLink.cs
- DataGridViewRowsRemovedEventArgs.cs
- HostingEnvironmentException.cs
- _ContextAwareResult.cs
- Listbox.cs
- WindowsBrush.cs
- UrlMappingsModule.cs
- HttpVersion.cs
- Journal.cs
- InkCanvasSelection.cs
- DBBindings.cs
- _AuthenticationState.cs
- HyperLinkColumn.cs
- EndpointInstanceProvider.cs
- Utils.cs
- NativeMethods.cs
- Viewport2DVisual3D.cs
- EndPoint.cs
- GeometryGroup.cs
- MouseOverProperty.cs
- SymmetricAlgorithm.cs
- GPStream.cs
- __Filters.cs
- TreeViewTemplateSelector.cs
- DataGridViewIntLinkedList.cs
- RuleInfoComparer.cs
- DataGridViewSelectedColumnCollection.cs
- FragmentQueryKB.cs
- LiteralControl.cs
- BamlTreeNode.cs
- DataComponentGenerator.cs
- TextDecorationCollection.cs
- MemoryRecordBuffer.cs
- sqlpipe.cs
- AlphaSortedEnumConverter.cs
- DataControlButton.cs
- HttpCapabilitiesSectionHandler.cs
- TargetControlTypeCache.cs
- WorkflowHostingEndpoint.cs
- MatchingStyle.cs
- SerializableAuthorizationContext.cs
- GridViewCancelEditEventArgs.cs
- PriorityChain.cs
- SchemaTableColumn.cs
- SetUserPreferenceRequest.cs
- SchemaDeclBase.cs
- StructureChangedEventArgs.cs
- HtmlContainerControl.cs
- PublisherIdentityPermission.cs