Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Collections / Generic / HashSetDebugView.cs / 1305376 / HashSetDebugView.cs
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace System.Collections.Generic { ////// Debug view for HashSet /// ///internal class HashSetDebugView { private HashSet set; public HashSetDebugView(HashSet 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
- ELinqQueryState.cs
- TreeNodeEventArgs.cs
- Camera.cs
- DiagnosticStrings.cs
- SolidColorBrush.cs
- CodeObjectCreateExpression.cs
- UnknownMessageReceivedEventArgs.cs
- UnSafeCharBuffer.cs
- AdornerDecorator.cs
- FlowDocumentPageViewerAutomationPeer.cs
- CollectionViewGroupInternal.cs
- ZipIOExtraFieldZip64Element.cs
- DropAnimation.xaml.cs
- CharacterMetrics.cs
- ScriptResourceAttribute.cs
- UnsafeNativeMethods.cs
- SignedInfo.cs
- SHA256Managed.cs
- DictionaryGlobals.cs
- SqlMethods.cs
- SectionRecord.cs
- SubMenuStyleCollection.cs
- SByte.cs
- codemethodreferenceexpression.cs
- ErrorCodes.cs
- WmlCommandAdapter.cs
- FusionWrap.cs
- SimpleHandlerBuildProvider.cs
- PageCache.cs
- ArgumentOutOfRangeException.cs
- TableAdapterManagerHelper.cs
- DeviceFiltersSection.cs
- ActiveXSite.cs
- StoragePropertyMapping.cs
- HttpGetClientProtocol.cs
- CopyNodeSetAction.cs
- EnumerableRowCollection.cs
- StrongNameMembershipCondition.cs
- PlainXmlDeserializer.cs
- SafeWaitHandle.cs
- BlobPersonalizationState.cs
- formatter.cs
- CompareValidator.cs
- CodeDelegateInvokeExpression.cs
- SecurityKeyEntropyMode.cs
- PieceDirectory.cs
- IFlowDocumentViewer.cs
- ContractDescription.cs
- TypeValidationEventArgs.cs
- SelectedDatesCollection.cs
- NonParentingControl.cs
- DataControlField.cs
- HttpPostedFileBase.cs
- CanonicalFontFamilyReference.cs
- Attributes.cs
- Util.cs
- CompressStream.cs
- ControlUtil.cs
- LazyInitializer.cs
- RadioButton.cs
- IntAverageAggregationOperator.cs
- OracleNumber.cs
- NameObjectCollectionBase.cs
- ToolStripOverflow.cs
- DataColumnMapping.cs
- TrimSurroundingWhitespaceAttribute.cs
- SqlSelectStatement.cs
- Int32CAMarshaler.cs
- DashStyles.cs
- UserPersonalizationStateInfo.cs
- ConfigurationPermission.cs
- RunClient.cs
- GlyphRunDrawing.cs
- HtmlLink.cs
- RelatedImageListAttribute.cs
- ImageSourceConverter.cs
- DesignerVerbToolStripMenuItem.cs
- HttpListenerContext.cs
- IisTraceListener.cs
- EntityDataSourceState.cs
- ErrorWebPart.cs
- Size3DConverter.cs
- AssociationTypeEmitter.cs
- ParentUndoUnit.cs
- MissingMemberException.cs
- InkPresenterAutomationPeer.cs
- HttpApplicationStateBase.cs
- ContentPlaceHolder.cs
- MemberExpressionHelper.cs
- HitTestWithGeometryDrawingContextWalker.cs
- PasswordRecovery.cs
- PassportPrincipal.cs
- WebPartDescriptionCollection.cs
- RTLAwareMessageBox.cs
- EventSourceCreationData.cs
- CodeLabeledStatement.cs
- DispatcherHooks.cs
- StreamInfo.cs
- TraceHandlerErrorFormatter.cs
- CompiledIdentityConstraint.cs