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
- ListChangedEventArgs.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- IISUnsafeMethods.cs
- COM2IProvidePropertyBuilderHandler.cs
- DataBoundLiteralControl.cs
- RegisteredDisposeScript.cs
- GlobalProxySelection.cs
- ClassValidator.cs
- BindingExpressionBase.cs
- hwndwrapper.cs
- WinFormsUtils.cs
- BaseParser.cs
- UnrecognizedAssertionsBindingElement.cs
- SecureConversationSecurityTokenParameters.cs
- ListViewDesigner.cs
- HttpCookiesSection.cs
- AdCreatedEventArgs.cs
- HandleCollector.cs
- FileStream.cs
- _BasicClient.cs
- UpdateExpressionVisitor.cs
- DataGridViewColumnConverter.cs
- NullableLongSumAggregationOperator.cs
- DataGridViewRowsRemovedEventArgs.cs
- TypeReference.cs
- DataControlLinkButton.cs
- DataShape.cs
- DataGridColumnHeaderCollection.cs
- ServiceSecurityAuditBehavior.cs
- CacheAxisQuery.cs
- DefinitionUpdate.cs
- TypeUtils.cs
- MethodToken.cs
- ManualResetEventSlim.cs
- SqlDataSourceView.cs
- ComboBoxRenderer.cs
- UnsignedPublishLicense.cs
- SmiContext.cs
- Argument.cs
- CodeBlockBuilder.cs
- PageStatePersister.cs
- RegisteredArrayDeclaration.cs
- AxisAngleRotation3D.cs
- HostingEnvironmentSection.cs
- EncoderBestFitFallback.cs
- LineServices.cs
- DataSourceDescriptorCollection.cs
- SymbolDocumentGenerator.cs
- NotifyInputEventArgs.cs
- Constants.cs
- DeleteWorkflowOwnerCommand.cs
- ControlEvent.cs
- MimeObjectFactory.cs
- EventHandlersStore.cs
- XpsFontSubsetter.cs
- SafeNativeMethodsOther.cs
- CreateParams.cs
- ScrollableControl.cs
- InvalidCastException.cs
- WebControl.cs
- SamlAuthorizationDecisionClaimResource.cs
- ApplicationId.cs
- PropertyPath.cs
- Schema.cs
- RotateTransform3D.cs
- ConfigViewGenerator.cs
- Opcode.cs
- SourceElementsCollection.cs
- RowUpdatingEventArgs.cs
- PrinterUnitConvert.cs
- ObjectListDataBindEventArgs.cs
- StateMachine.cs
- BadImageFormatException.cs
- CodeMethodMap.cs
- SingleTagSectionHandler.cs
- ToolboxItemFilterAttribute.cs
- Event.cs
- CompilerInfo.cs
- CallTemplateAction.cs
- ProcessHostMapPath.cs
- ExpressionList.cs
- SoapReflectionImporter.cs
- LoginView.cs
- FlowDocumentFormatter.cs
- XmlProcessingInstruction.cs
- DesignerCommandAdapter.cs
- ConstructorNeedsTagAttribute.cs
- DynamicActionMessageFilter.cs
- SecurityDescriptor.cs
- remotingproxy.cs
- RtfToken.cs
- FindRequestContext.cs
- TripleDESCryptoServiceProvider.cs
- ExecutionTracker.cs
- StrongNameUtility.cs
- Tile.cs
- LinkArea.cs
- XmlSchemaSet.cs
- DrawingState.cs