Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- WindowsListViewScroll.cs
- SmtpAuthenticationManager.cs
- XmlSyndicationContent.cs
- RangeExpression.cs
- NavigationWindow.cs
- DbProviderServices.cs
- ExponentialEase.cs
- EmptyEnumerator.cs
- FlagsAttribute.cs
- SparseMemoryStream.cs
- FileDataSourceCache.cs
- RuntimeHandles.cs
- TreeViewEvent.cs
- PerformanceCounterPermissionAttribute.cs
- EntityKey.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- CompensatableTransactionScopeActivity.cs
- Schedule.cs
- SqlDataSourceCommandEventArgs.cs
- GregorianCalendarHelper.cs
- NativeMethods.cs
- IncrementalHitTester.cs
- PathSegmentCollection.cs
- CapabilitiesUse.cs
- Panel.cs
- TrustLevelCollection.cs
- TextViewSelectionProcessor.cs
- UriSection.cs
- KeyEvent.cs
- PathNode.cs
- PrintEvent.cs
- DataGridViewSelectedRowCollection.cs
- EntityCommand.cs
- ExternalCalls.cs
- BindingOperations.cs
- DataGridViewComboBoxEditingControl.cs
- QueryPageSettingsEventArgs.cs
- AttributeData.cs
- InvalidPrinterException.cs
- SqlErrorCollection.cs
- ProtocolElementCollection.cs
- LoginView.cs
- CollectionViewGroupRoot.cs
- ResourceWriter.cs
- WeakReferenceList.cs
- WithStatement.cs
- XmlNullResolver.cs
- DelegatingStream.cs
- WpfWebRequestHelper.cs
- ObjectManager.cs
- CharStorage.cs
- GroupBox.cs
- TypeSemantics.cs
- MulticastNotSupportedException.cs
- sqlpipe.cs
- SupportingTokenChannel.cs
- ExeContext.cs
- Number.cs
- ObjectDataSourceFilteringEventArgs.cs
- XomlCompilerParameters.cs
- SvcMapFileSerializer.cs
- TypeBuilder.cs
- InputBinder.cs
- MessagePartDescription.cs
- CodeLabeledStatement.cs
- ApplicationActivator.cs
- SaveFileDialogDesigner.cs
- XmlNode.cs
- DataTableClearEvent.cs
- XmlDocumentSchema.cs
- KeyManager.cs
- ServiceManager.cs
- PathGeometry.cs
- CfgArc.cs
- StylusPlugInCollection.cs
- SQLBoolean.cs
- ScrollChrome.cs
- FileDialogCustomPlacesCollection.cs
- LockedActivityGlyph.cs
- CommandHelpers.cs
- Attributes.cs
- InputLanguageProfileNotifySink.cs
- RoleManagerSection.cs
- VirtualDirectoryMappingCollection.cs
- FileDataSourceCache.cs
- DataServiceProcessingPipelineEventArgs.cs
- ValidationHelper.cs
- OdbcErrorCollection.cs
- Bold.cs
- XmlDataSourceNodeDescriptor.cs
- RuleConditionDialog.Designer.cs
- SkipStoryboardToFill.cs
- IisTraceWebEventProvider.cs
- PropertyMetadata.cs
- CryptoApi.cs
- CollaborationHelperFunctions.cs
- WebPartHeaderCloseVerb.cs
- UserUseLicenseDictionaryLoader.cs
- PassportPrincipal.cs
- NTAccount.cs