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
- _LoggingObject.cs
- _ListenerAsyncResult.cs
- HttpListenerPrefixCollection.cs
- Glyph.cs
- ValueUnavailableException.cs
- MessageDecoder.cs
- ThrowHelper.cs
- RuntimeCompatibilityAttribute.cs
- MessageQuerySet.cs
- DataKey.cs
- TemplateControlBuildProvider.cs
- ToolStripCollectionEditor.cs
- MsmqHostedTransportConfiguration.cs
- ProxyHelper.cs
- SqlRetyper.cs
- GZipDecoder.cs
- PolyQuadraticBezierSegment.cs
- PersonalizationProviderCollection.cs
- DivideByZeroException.cs
- DynamicILGenerator.cs
- PassportAuthentication.cs
- OneOf.cs
- SignatureDescription.cs
- SafeHandle.cs
- UniqueID.cs
- UIElementPropertyUndoUnit.cs
- InvalidWMPVersionException.cs
- IfElseDesigner.xaml.cs
- Metafile.cs
- TypeElement.cs
- ChildDocumentBlock.cs
- TypeUnloadedException.cs
- GraphicsContainer.cs
- UpdatableGenericsFeature.cs
- MSAAWinEventWrap.cs
- Helper.cs
- DrawingGroup.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- KnownIds.cs
- SiteMapHierarchicalDataSourceView.cs
- HWStack.cs
- StylusButtonEventArgs.cs
- BaseDataList.cs
- BinaryQueryOperator.cs
- DataGridViewBindingCompleteEventArgs.cs
- SmtpMail.cs
- MouseActionConverter.cs
- MultilineStringEditor.cs
- RenamedEventArgs.cs
- PropertyCollection.cs
- LineVisual.cs
- ClientUrlResolverWrapper.cs
- ReflectEventDescriptor.cs
- XmlWrappingReader.cs
- LinqToSqlWrapper.cs
- TransactionWaitAsyncResult.cs
- TimeoutException.cs
- RenderDataDrawingContext.cs
- OperationAbortedException.cs
- sitestring.cs
- RadioButtonBaseAdapter.cs
- DashStyles.cs
- XmlTypeAttribute.cs
- RemotingConfiguration.cs
- DataColumnCollection.cs
- OleAutBinder.cs
- EndpointDispatcherTable.cs
- AdapterDictionary.cs
- Debug.cs
- ObjectDataSourceSelectingEventArgs.cs
- GridErrorDlg.cs
- SoapElementAttribute.cs
- PrintDocument.cs
- VariantWrapper.cs
- DomainUpDown.cs
- LinqDataSourceHelper.cs
- SafeNativeMethods.cs
- CapabilitiesState.cs
- httpserverutility.cs
- XPathNodeIterator.cs
- SafeHandles.cs
- TypedReference.cs
- PropertyGridDesigner.cs
- QilUnary.cs
- SkewTransform.cs
- MachineSettingsSection.cs
- StorageMappingItemCollection.cs
- DbgUtil.cs
- NativeMethods.cs
- AlgoModule.cs
- Documentation.cs
- EntityStoreSchemaGenerator.cs
- FtpRequestCacheValidator.cs
- ToolStripSplitButton.cs
- SrgsDocumentParser.cs
- OLEDB_Enum.cs
- XmlDsigSep2000.cs
- RoutingUtilities.cs
- ValidationResult.cs
- ContextMenu.cs