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
- ContractNamespaceAttribute.cs
- DictionaryKeyPropertyAttribute.cs
- StrokeCollectionConverter.cs
- IntAverageAggregationOperator.cs
- DeflateInput.cs
- ListViewGroup.cs
- TextFragmentEngine.cs
- LinqDataSourceHelper.cs
- SchemaEntity.cs
- WebBrowser.cs
- Table.cs
- Set.cs
- UpdateException.cs
- CallSiteBinder.cs
- CompModSwitches.cs
- WinFormsComponentEditor.cs
- QueryableFilterUserControl.cs
- CompositeScriptReferenceEventArgs.cs
- ReverseInheritProperty.cs
- PathGeometry.cs
- BasePropertyDescriptor.cs
- DbDataRecord.cs
- GridEntryCollection.cs
- HasActivatableWorkflowEvent.cs
- ObjectSecurity.cs
- TTSEngineTypes.cs
- DesignerToolStripControlHost.cs
- TreeNodeCollectionEditor.cs
- DateRangeEvent.cs
- XmlDictionaryString.cs
- SimpleBitVector32.cs
- QilReference.cs
- SortDescriptionCollection.cs
- ValidateNames.cs
- DbReferenceCollection.cs
- DataReaderContainer.cs
- XmlSchemaProviderAttribute.cs
- DataPointer.cs
- WebPartCatalogAddVerb.cs
- PropertyChangedEventManager.cs
- ProxyHelper.cs
- NameSpaceEvent.cs
- MyContact.cs
- WebSysDefaultValueAttribute.cs
- XmlExpressionDumper.cs
- SoapIncludeAttribute.cs
- BitmapFrameEncode.cs
- DbUpdateCommandTree.cs
- StrokeNodeOperations2.cs
- ByteStack.cs
- XmlSerializer.cs
- ProfileSection.cs
- BackStopAuthenticationModule.cs
- ScriptingScriptResourceHandlerSection.cs
- KeyConstraint.cs
- SessionStateUtil.cs
- streamingZipPartStream.cs
- DataSvcMapFileSerializer.cs
- QilStrConcatenator.cs
- EditingCoordinator.cs
- ListViewUpdatedEventArgs.cs
- SqlClientFactory.cs
- SR.cs
- __ConsoleStream.cs
- InvalidProgramException.cs
- TypeExtension.cs
- StaticSiteMapProvider.cs
- RandomNumberGenerator.cs
- ComplexPropertyEntry.cs
- UpdateException.cs
- TextTreeInsertElementUndoUnit.cs
- ImageMapEventArgs.cs
- VSWCFServiceContractGenerator.cs
- HttpListenerPrefixCollection.cs
- ObservableCollection.cs
- TypeValidationEventArgs.cs
- ControlAdapter.cs
- RelationshipConstraintValidator.cs
- StringReader.cs
- BitmapEffect.cs
- CellRelation.cs
- XmlElementCollection.cs
- OutputScope.cs
- StrokeFIndices.cs
- shaperfactoryquerycacheentry.cs
- ProcessStartInfo.cs
- AttributeProviderAttribute.cs
- ImageInfo.cs
- WrappedReader.cs
- DbInsertCommandTree.cs
- LineInfo.cs
- ServiceOperationParameter.cs
- FilterElement.cs
- DebugViewWriter.cs
- SplitterPanel.cs
- WindowsGrip.cs
- GregorianCalendarHelper.cs
- WebPartDisplayModeCancelEventArgs.cs
- NaturalLanguageHyphenator.cs
- _Win32.cs