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
- DataSourceConverter.cs
- LogManagementAsyncResult.cs
- ScriptingSectionGroup.cs
- DynamicRouteExpression.cs
- Unit.cs
- SqlDataSourceCommandEventArgs.cs
- BitmapEffectCollection.cs
- ZoneButton.cs
- Roles.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- MSAAWinEventWrap.cs
- SignerInfo.cs
- CollectionViewGroup.cs
- WebPartDisplayModeCollection.cs
- PersonalizationStateInfo.cs
- WebPartConnectionsConfigureVerb.cs
- TextDecorationCollection.cs
- hresults.cs
- ExtenderProvidedPropertyAttribute.cs
- ISAPIRuntime.cs
- EntityDataSourceChangedEventArgs.cs
- AutoResizedEvent.cs
- Types.cs
- WsatAdminException.cs
- RangeBase.cs
- Certificate.cs
- EntityException.cs
- DebugHandleTracker.cs
- CodeCatchClause.cs
- XmlLanguageConverter.cs
- ResizeGrip.cs
- ThaiBuddhistCalendar.cs
- SoapAttributeOverrides.cs
- NameTable.cs
- TableParagraph.cs
- DataObjectAttribute.cs
- DbDataAdapter.cs
- ListChangedEventArgs.cs
- RbTree.cs
- AttachmentCollection.cs
- VarInfo.cs
- PerformanceCounterCategory.cs
- ExtenderControl.cs
- MessageQueueInstaller.cs
- BevelBitmapEffect.cs
- SubpageParagraph.cs
- HttpContext.cs
- securitycriticaldataformultiplegetandset.cs
- TransactionalPackage.cs
- SettingsPropertyValue.cs
- SerializerProvider.cs
- NetworkStream.cs
- EqualityComparer.cs
- PairComparer.cs
- TraversalRequest.cs
- Region.cs
- TextServicesProperty.cs
- ErrorFormatterPage.cs
- SafeEventLogWriteHandle.cs
- TimeoutException.cs
- HtmlControl.cs
- Calendar.cs
- ExpressionBindings.cs
- ObjectItemNoOpAssemblyLoader.cs
- AlternateView.cs
- BamlTreeMap.cs
- ConvertersCollection.cs
- RemotingSurrogateSelector.cs
- RegexWorker.cs
- ResourceReader.cs
- JsonReaderDelegator.cs
- TextSelectionProcessor.cs
- AsyncSerializedWorker.cs
- iisPickupDirectory.cs
- IsolatedStorage.cs
- InvokePatternIdentifiers.cs
- SmiEventSink_Default.cs
- ObjectCacheSettings.cs
- InvokePatternIdentifiers.cs
- SubMenuStyle.cs
- BooleanFacetDescriptionElement.cs
- TreeNodeStyleCollection.cs
- HyperLinkDesigner.cs
- FragmentQueryKB.cs
- PauseStoryboard.cs
- StyleTypedPropertyAttribute.cs
- MachineKeyConverter.cs
- AvTraceFormat.cs
- WriteTimeStream.cs
- MethodBuilder.cs
- TextSimpleMarkerProperties.cs
- LayoutDump.cs
- Control.cs
- EnumerableWrapperWeakToStrong.cs
- ScrollPatternIdentifiers.cs
- ListViewContainer.cs
- Style.cs
- ListComponentEditor.cs
- hresults.cs
- WindowsRebar.cs