Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / NewXml / XmlDataImplementation.cs / 1305376 / XmlDataImplementation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- #pragma warning disable 618 // ignore obsolete warning about XmlDataDocument namespace System.Xml { internal sealed class XmlDataImplementation : XmlImplementation { public XmlDataImplementation() : base() { } public override XmlDocument CreateDocument() { return new XmlDataDocument( this ); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- #pragma warning disable 618 // ignore obsolete warning about XmlDataDocument namespace System.Xml { internal sealed class XmlDataImplementation : XmlImplementation { public XmlDataImplementation() : base() { } public override XmlDocument CreateDocument() { return new XmlDataDocument( this ); } } } // 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
- BCLDebug.cs
- SimpleBitVector32.cs
- HttpHandlersSection.cs
- DesignerAdapterAttribute.cs
- HtmlTableCell.cs
- DBNull.cs
- MsmqOutputSessionChannel.cs
- FullTextLine.cs
- ConfigurationSectionCollection.cs
- FontUnit.cs
- _ConnectStream.cs
- DeferrableContent.cs
- DataGridViewCellValidatingEventArgs.cs
- Attributes.cs
- BackgroundFormatInfo.cs
- ListItemParagraph.cs
- ReachDocumentSequenceSerializerAsync.cs
- ListItemCollection.cs
- MobileControlsSection.cs
- NotImplementedException.cs
- DataServiceResponse.cs
- Vars.cs
- SiteMapHierarchicalDataSourceView.cs
- ToolStripDesignerAvailabilityAttribute.cs
- TableRow.cs
- ProcessInputEventArgs.cs
- InfoCardHelper.cs
- BindingElement.cs
- DataFormats.cs
- CollectionChangedEventManager.cs
- Point3DIndependentAnimationStorage.cs
- LicenseProviderAttribute.cs
- ExpressionParser.cs
- QueueProcessor.cs
- VariableValue.cs
- NativeCppClassAttribute.cs
- ThreadStaticAttribute.cs
- _ListenerResponseStream.cs
- InstancePersistenceEvent.cs
- SmiContextFactory.cs
- FrameworkElement.cs
- CommandField.cs
- CompensatableTransactionScopeActivity.cs
- ReadOnlyDataSource.cs
- PresentationTraceSources.cs
- InternalRelationshipCollection.cs
- WindowsContainer.cs
- TemplateControl.cs
- TypedDataSetSchemaImporterExtension.cs
- DocumentOrderComparer.cs
- GridViewRowPresenter.cs
- EntityContainerAssociationSet.cs
- AbandonedMutexException.cs
- CheckableControlBaseAdapter.cs
- SecurityContext.cs
- BooleanFacetDescriptionElement.cs
- Calendar.cs
- HttpListenerPrefixCollection.cs
- LassoSelectionBehavior.cs
- unitconverter.cs
- PointCollection.cs
- UriTemplateQueryValue.cs
- FileUtil.cs
- XmlIterators.cs
- BaseParser.cs
- MetadataSource.cs
- DirectionalLight.cs
- ServiceProviders.cs
- ComPlusSynchronizationContext.cs
- EdmFunctionAttribute.cs
- Sentence.cs
- WebHttpElement.cs
- UserControlDesigner.cs
- ExtensionFile.cs
- ProviderSettings.cs
- CompressedStack.cs
- DataTableExtensions.cs
- JsonUriDataContract.cs
- SqlInternalConnection.cs
- DocumentViewerBase.cs
- HtmlHistory.cs
- Completion.cs
- LinkConverter.cs
- IdnElement.cs
- AuthenticatedStream.cs
- LongCountAggregationOperator.cs
- BeginStoryboard.cs
- ApplicationHost.cs
- BuildProvidersCompiler.cs
- MultipartContentParser.cs
- TypeDescriptionProvider.cs
- CacheHelper.cs
- FloatUtil.cs
- DataBoundControlActionList.cs
- HtmlTextArea.cs
- FlowPosition.cs
- DataListItemEventArgs.cs
- MailMessageEventArgs.cs
- PathTooLongException.cs
- ClientBuildManagerCallback.cs