Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / EmptyEnumerator.cs / 1 / EmptyEnumerator.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Collections; namespace System.Xml { internal sealed class EmptyEnumerator : IEnumerator { bool IEnumerator.MoveNext() { return false; } void IEnumerator.Reset() { } object IEnumerator.Current { get { throw new InvalidOperationException( Res.GetString( Res.Xml_InvalidOperation ) ); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Collections; namespace System.Xml { internal sealed class EmptyEnumerator : IEnumerator { bool IEnumerator.MoveNext() { return false; } void IEnumerator.Reset() { } object IEnumerator.Current { get { throw new InvalidOperationException( Res.GetString( Res.Xml_InvalidOperation ) ); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DynamicObjectAccessor.cs
- EventLogger.cs
- WebHttpSecurityElement.cs
- InkSerializer.cs
- PrintController.cs
- NetCodeGroup.cs
- MSAAWinEventWrap.cs
- WebMessageFormatHelper.cs
- ObjectDataSourceMethodEventArgs.cs
- MemberRelationshipService.cs
- DataAdapter.cs
- TextTreeFixupNode.cs
- DesigntimeLicenseContext.cs
- StylusCaptureWithinProperty.cs
- WindowInteractionStateTracker.cs
- SchemaSetCompiler.cs
- InkCanvasAutomationPeer.cs
- ByeMessageCD1.cs
- GregorianCalendar.cs
- WindowsFormsHelpers.cs
- ColorIndependentAnimationStorage.cs
- HMACSHA384.cs
- NGCUIElementCollectionSerializerAsync.cs
- PixelShader.cs
- XDeferredAxisSource.cs
- Publisher.cs
- Label.cs
- ExpressionBinding.cs
- SelectionRangeConverter.cs
- DetailsViewRowCollection.cs
- ListDataHelper.cs
- HuffCodec.cs
- Comparer.cs
- EncodingTable.cs
- ThicknessAnimation.cs
- TextEditorContextMenu.cs
- RepeatButton.cs
- RadioButtonPopupAdapter.cs
- ZipIOExtraFieldZip64Element.cs
- DesignerVerbCollection.cs
- TableCellCollection.cs
- AddressAccessDeniedException.cs
- ResponseStream.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- SQLBinaryStorage.cs
- AnimationClockResource.cs
- ListBoxItem.cs
- SiteMapNodeCollection.cs
- XmlSchemaSimpleTypeRestriction.cs
- DesignerForm.cs
- SchemaHelper.cs
- UTF32Encoding.cs
- Types.cs
- Token.cs
- HttpListenerPrefixCollection.cs
- TreeViewImageKeyConverter.cs
- PixelShader.cs
- VirtualPath.cs
- TextDecorationUnitValidation.cs
- InfoCardRSACryptoProvider.cs
- _CommandStream.cs
- SHA1CryptoServiceProvider.cs
- CodeExpressionStatement.cs
- Rss20ItemFormatter.cs
- NegotiateStream.cs
- typedescriptorpermissionattribute.cs
- StylusSystemGestureEventArgs.cs
- NGCSerializationManager.cs
- StatusStrip.cs
- DBAsyncResult.cs
- ContentHostHelper.cs
- PhysicalFontFamily.cs
- GrammarBuilderDictation.cs
- HttpDictionary.cs
- BCLDebug.cs
- externdll.cs
- DataGridViewControlCollection.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- Switch.cs
- XmlArrayItemAttributes.cs
- OneOfElement.cs
- ContravarianceAdapter.cs
- TypeSystemProvider.cs
- StandardBindingOptionalReliableSessionElement.cs
- IgnoreFileBuildProvider.cs
- SystemSounds.cs
- PointAnimationUsingPath.cs
- LinkButton.cs
- PropertyMapper.cs
- oledbmetadatacolumnnames.cs
- PathSegment.cs
- AsyncInvokeContext.cs
- InfoCardArgumentException.cs
- ReadWriteSpinLock.cs
- DmlSqlGenerator.cs
- Dump.cs
- BaseTemplateBuildProvider.cs
- GridProviderWrapper.cs
- AbstractSvcMapFileLoader.cs
- PerformanceCounter.cs