Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Configuration / System / Configuration / ConfigXmlWhitespace.cs / 1 / ConfigXmlWhitespace.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Configuration.Internal; using System.IO; using System.Xml; using System.Security.Permissions; internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo { public ConfigXmlWhitespace( string filename, int line, string comment, XmlDocument doc ) : base( comment, doc ) { _line = line; _filename = filename; } int _line; string _filename; int IConfigErrorInfo.LineNumber { get { return _line; } } string IConfigErrorInfo.Filename { get { return _filename; } } public override XmlNode CloneNode(bool deep) { XmlNode cloneNode = base.CloneNode(deep); ConfigXmlWhitespace clone = cloneNode as ConfigXmlWhitespace; if (clone != null) { clone._line = _line; clone._filename = _filename; } return cloneNode; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Configuration.Internal; using System.IO; using System.Xml; using System.Security.Permissions; internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo { public ConfigXmlWhitespace( string filename, int line, string comment, XmlDocument doc ) : base( comment, doc ) { _line = line; _filename = filename; } int _line; string _filename; int IConfigErrorInfo.LineNumber { get { return _line; } } string IConfigErrorInfo.Filename { get { return _filename; } } public override XmlNode CloneNode(bool deep) { XmlNode cloneNode = base.CloneNode(deep); ConfigXmlWhitespace clone = cloneNode as ConfigXmlWhitespace; if (clone != null) { clone._line = _line; clone._filename = _filename; } return cloneNode; } } } // 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
- ResXBuildProvider.cs
- ProtocolsConfiguration.cs
- MD5.cs
- AspProxy.cs
- XamlFigureLengthSerializer.cs
- WebPartDescription.cs
- ColorMap.cs
- ListManagerBindingsCollection.cs
- EventLogTraceListener.cs
- SQLBinaryStorage.cs
- StandardBindingReliableSessionElement.cs
- SafeRightsManagementSessionHandle.cs
- UnsafeMethods.cs
- ToolStripPanelCell.cs
- RegexFCD.cs
- XmlAnyElementAttributes.cs
- RectangleHotSpot.cs
- HWStack.cs
- DataViewManager.cs
- CacheMemory.cs
- JumpItem.cs
- FrameworkElement.cs
- TaskFactory.cs
- CodeCompiler.cs
- RuntimeConfigLKG.cs
- AccessorTable.cs
- UIAgentAsyncParams.cs
- base64Transforms.cs
- ProxyAttribute.cs
- DbDataAdapter.cs
- BitmapFrameEncode.cs
- DependencyPropertyKey.cs
- EnumType.cs
- Adorner.cs
- WinEventQueueItem.cs
- DelegateSerializationHolder.cs
- RegexCompiler.cs
- Int16AnimationBase.cs
- NamespaceList.cs
- OutOfProcStateClientManager.cs
- ToolboxComponentsCreatedEventArgs.cs
- StackBuilderSink.cs
- DynamicActivity.cs
- StopRoutingHandler.cs
- XDeferredAxisSource.cs
- ConnectionStringSettings.cs
- mediaeventshelper.cs
- Polyline.cs
- IdentityElement.cs
- ValidationUtility.cs
- AutomationPeer.cs
- MatrixTransform3D.cs
- HyperLinkDesigner.cs
- XslTransform.cs
- InputReportEventArgs.cs
- SoapEnumAttribute.cs
- SpoolingTask.cs
- VectorCollection.cs
- RadioButtonRenderer.cs
- FileNotFoundException.cs
- ControlPropertyNameConverter.cs
- ScrollChrome.cs
- DataReaderContainer.cs
- NullRuntimeConfig.cs
- XmlSchemaImport.cs
- NGCSerializationManagerAsync.cs
- DatagridviewDisplayedBandsData.cs
- XmlSchemaSimpleContentExtension.cs
- ISSmlParser.cs
- HotSpotCollectionEditor.cs
- GeneralTransform3DGroup.cs
- SubpageParaClient.cs
- Vector3DConverter.cs
- EntityDesignerBuildProvider.cs
- DataGridViewColumnCollection.cs
- HttpModuleActionCollection.cs
- DiscreteKeyFrames.cs
- EntityWithChangeTrackerStrategy.cs
- WorkflowElementDialog.cs
- DataGridClipboardCellContent.cs
- ClientUIRequest.cs
- BaseAsyncResult.cs
- AdornerHitTestResult.cs
- LoadMessageLogger.cs
- RelOps.cs
- VerticalAlignConverter.cs
- CheckPair.cs
- SyndicationSerializer.cs
- autovalidator.cs
- FixedDSBuilder.cs
- EncoderBestFitFallback.cs
- Thread.cs
- DesignerAttributeInfo.cs
- InternalBase.cs
- BinaryNode.cs
- SerializationUtilities.cs
- WebColorConverter.cs
- CellTreeNode.cs
- TabControlAutomationPeer.cs
- PostBackOptions.cs