Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Configuration / System / Configuration / DefinitionUpdate.cs / 1 / DefinitionUpdate.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // An update to the definition of a section. // internal class DefinitionUpdate : Update { private SectionRecord _sectionRecord; internal DefinitionUpdate(string configKey, bool moved, string updatedXml, SectionRecord sectionRecord) : base(configKey, moved, updatedXml) { _sectionRecord = sectionRecord; } internal SectionRecord SectionRecord { get {return _sectionRecord;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // An update to the definition of a section. // internal class DefinitionUpdate : Update { private SectionRecord _sectionRecord; internal DefinitionUpdate(string configKey, bool moved, string updatedXml, SectionRecord sectionRecord) : base(configKey, moved, updatedXml) { _sectionRecord = sectionRecord; } internal SectionRecord SectionRecord { get {return _sectionRecord;} } } } // 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
- XmlUrlResolver.cs
- SharedPersonalizationStateInfo.cs
- SmtpDigestAuthenticationModule.cs
- TreeViewDesigner.cs
- PropertyDescriptor.cs
- Currency.cs
- InstanceOwner.cs
- DesignRelationCollection.cs
- Utils.cs
- Exceptions.cs
- XNodeValidator.cs
- StandardCommands.cs
- QilParameter.cs
- invalidudtexception.cs
- WindowsHyperlink.cs
- ValidationEventArgs.cs
- OdbcEnvironmentHandle.cs
- SafeSecurityHandles.cs
- ExpandCollapseProviderWrapper.cs
- LinkedList.cs
- OleDbCommand.cs
- precedingsibling.cs
- SoapObjectReader.cs
- ChannelTraceRecord.cs
- NativeMethods.cs
- DeleteBookmarkScope.cs
- MimeXmlReflector.cs
- TextServicesCompartmentEventSink.cs
- CodeSubDirectoriesCollection.cs
- VisualTreeHelper.cs
- BitmapImage.cs
- SimpleHandlerFactory.cs
- XmlUtil.cs
- FixedSOMElement.cs
- ObjectConverter.cs
- HtmlInputText.cs
- NetworkInformationPermission.cs
- DataServiceQueryException.cs
- CapabilitiesState.cs
- CqlLexerHelpers.cs
- SolidColorBrush.cs
- GiveFeedbackEvent.cs
- PageVisual.cs
- PngBitmapDecoder.cs
- FrameworkContextData.cs
- NamedPipeActivation.cs
- RoleGroupCollection.cs
- ArgumentException.cs
- XhtmlTextWriter.cs
- XmlSubtreeReader.cs
- UIEndRequest.cs
- Journaling.cs
- CryptoConfig.cs
- FollowerQueueCreator.cs
- CommonEndpointBehaviorElement.cs
- PointLightBase.cs
- SqlTrackingWorkflowInstance.cs
- TypeDefinition.cs
- EmptyElement.cs
- LocalBuilder.cs
- SessionStateItemCollection.cs
- QilFunction.cs
- BamlLocalizableResourceKey.cs
- ToolStripItemImageRenderEventArgs.cs
- DelegateBodyWriter.cs
- Win32.cs
- DataGridTemplateColumn.cs
- HtmlToClrEventProxy.cs
- TemplateFactory.cs
- PropertyGeneratedEventArgs.cs
- TraceLog.cs
- LinqDataSourceDeleteEventArgs.cs
- SafeProcessHandle.cs
- HeaderLabel.cs
- RelatedView.cs
- UpdatePanel.cs
- StrokeNodeData.cs
- DictionaryChange.cs
- DynamicRenderer.cs
- XamlDesignerSerializationManager.cs
- WindowsListViewGroup.cs
- Config.cs
- BaseParser.cs
- IPAddress.cs
- AnimationClock.cs
- EntityConnectionStringBuilder.cs
- ScrollPattern.cs
- DoubleKeyFrameCollection.cs
- VectorKeyFrameCollection.cs
- SqlSelectClauseBuilder.cs
- IChannel.cs
- PlatformCulture.cs
- WebReferencesBuildProvider.cs
- MemberCollection.cs
- CompilationRelaxations.cs
- Matrix.cs
- ToolboxComponentsCreatedEventArgs.cs
- GenericPrincipal.cs
- SortedSet.cs
- TypeExtension.cs