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
- ComplexTypeEmitter.cs
- DirectoryObjectSecurity.cs
- NetSectionGroup.cs
- DataStorage.cs
- WMICapabilities.cs
- SiteMapProvider.cs
- RectAnimation.cs
- CacheMemory.cs
- SqlDataRecord.cs
- StrongTypingException.cs
- DataObject.cs
- FlowchartDesigner.Helpers.cs
- CollectionConverter.cs
- Walker.cs
- DateTimeFormat.cs
- IndentedTextWriter.cs
- CapabilitiesState.cs
- PathBox.cs
- XPathScanner.cs
- DocumentPageViewAutomationPeer.cs
- ConnectionPoolManager.cs
- AsyncMethodInvoker.cs
- PriorityBindingExpression.cs
- PrimitiveXmlSerializers.cs
- DragEventArgs.cs
- WebPartCatalogCloseVerb.cs
- sqlpipe.cs
- UnsafeNativeMethodsPenimc.cs
- TypefaceCollection.cs
- XmlQuerySequence.cs
- XmlWellformedWriter.cs
- LocalizableAttribute.cs
- HttpWriter.cs
- PassportAuthenticationEventArgs.cs
- PrimitiveSchema.cs
- CodeTypeDeclaration.cs
- ContextStaticAttribute.cs
- _ContextAwareResult.cs
- Emitter.cs
- FilterQueryOptionExpression.cs
- AutoResetEvent.cs
- SqlDataSourceCommandEventArgs.cs
- TableLayoutPanelCellPosition.cs
- BatchStream.cs
- newinstructionaction.cs
- OleDbDataAdapter.cs
- ProfilePropertySettings.cs
- GetWorkflowTree.cs
- XmlWriterDelegator.cs
- SqlAliaser.cs
- ToolStripRendererSwitcher.cs
- LongTypeConverter.cs
- Classification.cs
- XmlNodeList.cs
- XmlSchemaComplexContentExtension.cs
- CrossSiteScriptingValidation.cs
- SqlConnectionString.cs
- Compiler.cs
- DateTime.cs
- Viewport3DAutomationPeer.cs
- Brush.cs
- ConfigurationCollectionAttribute.cs
- MetadataArtifactLoaderFile.cs
- ConfigsHelper.cs
- QueryConverter.cs
- CompModSwitches.cs
- TextServicesCompartmentEventSink.cs
- EmptyWithCancelationCheckWorkItem.cs
- initElementDictionary.cs
- SqlCacheDependencyDatabase.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- InputScopeManager.cs
- BypassElement.cs
- SqlDataSourceCommandEventArgs.cs
- ToolStripContextMenu.cs
- PtsCache.cs
- OracleString.cs
- InvariantComparer.cs
- ArcSegment.cs
- TextBoxBase.cs
- DataViewManagerListItemTypeDescriptor.cs
- WebZone.cs
- CalloutQueueItem.cs
- EntityContainer.cs
- FileRecordSequenceHelper.cs
- IntranetCredentialPolicy.cs
- RowSpanVector.cs
- OutOfMemoryException.cs
- _NestedMultipleAsyncResult.cs
- UserValidatedEventArgs.cs
- SchemaInfo.cs
- DecoderFallbackWithFailureFlag.cs
- RenderContext.cs
- MessageContractMemberAttribute.cs
- LoginView.cs
- Visual.cs
- FileClassifier.cs
- DataSourceCacheDurationConverter.cs
- StatementContext.cs
- JsonQueryStringConverter.cs