Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / DefinitionUpdate.cs / 1305376 / 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
- InteropAutomationProvider.cs
- sqlinternaltransaction.cs
- Helper.cs
- CombinedGeometry.cs
- XmlSerializerAssemblyAttribute.cs
- ValidationSummary.cs
- DataGridPagerStyle.cs
- XmlSchemaException.cs
- StringSource.cs
- Reference.cs
- RenamedEventArgs.cs
- DbProviderSpecificTypePropertyAttribute.cs
- StreamSecurityUpgradeInitiator.cs
- DragDrop.cs
- ThemeDirectoryCompiler.cs
- GridEntry.cs
- PopupEventArgs.cs
- ShaperBuffers.cs
- BookmarkScopeHandle.cs
- ShaderEffect.cs
- IgnoreFlushAndCloseStream.cs
- CompositionAdorner.cs
- DoubleCollection.cs
- RegisteredExpandoAttribute.cs
- GPStream.cs
- PrinterUnitConvert.cs
- login.cs
- File.cs
- OdbcConnectionStringbuilder.cs
- MLangCodePageEncoding.cs
- FileDialogCustomPlacesCollection.cs
- ListItemCollection.cs
- SqlCommandSet.cs
- IListConverters.cs
- FontFamily.cs
- JsonGlobals.cs
- ResXFileRef.cs
- DesignerActionTextItem.cs
- BufferedGraphicsContext.cs
- CustomPopupPlacement.cs
- IApplicationTrustManager.cs
- NavigationWindowAutomationPeer.cs
- TypeToken.cs
- RemotingConfiguration.cs
- BordersPage.cs
- ClientType.cs
- EventSinkHelperWriter.cs
- NominalTypeEliminator.cs
- DeviceContexts.cs
- RelatedCurrencyManager.cs
- ValueType.cs
- HtmlTableRow.cs
- Permission.cs
- EUCJPEncoding.cs
- BookmarkTable.cs
- ICspAsymmetricAlgorithm.cs
- PersonalizationStateQuery.cs
- BooleanKeyFrameCollection.cs
- SingleAnimationBase.cs
- TextDpi.cs
- DocumentProperties.cs
- SuppressIldasmAttribute.cs
- DataGridTable.cs
- CachedBitmap.cs
- ChannelSinkStacks.cs
- BitConverter.cs
- SiteMapNodeItemEventArgs.cs
- TextContainerHelper.cs
- VisualStyleElement.cs
- CodeArrayCreateExpression.cs
- ExpanderAutomationPeer.cs
- SmtpFailedRecipientException.cs
- ImageAttributes.cs
- SqlGatherConsumedAliases.cs
- ReceiveReply.cs
- TableAutomationPeer.cs
- CacheHelper.cs
- ButtonFlatAdapter.cs
- QilInvoke.cs
- UnmanagedHandle.cs
- RSATokenProvider.cs
- StringArrayConverter.cs
- BinaryNode.cs
- TrackingValidationObjectDictionary.cs
- FileLevelControlBuilderAttribute.cs
- Assembly.cs
- Odbc32.cs
- PersonalizationStateQuery.cs
- BaseTemplateCodeDomTreeGenerator.cs
- FormViewDeleteEventArgs.cs
- QuotedPairReader.cs
- PropertyDescriptorCollection.cs
- SpeechUI.cs
- SafeRegistryKey.cs
- XmlFileEditor.cs
- DateTimeFormatInfoScanner.cs
- DesignerTransaction.cs
- TypeConverterAttribute.cs
- EntityProviderFactory.cs
- WSSecureConversationFeb2005.cs