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
- X509SecurityToken.cs
- DPAPIProtectedConfigurationProvider.cs
- XmlSchemas.cs
- KeyProperty.cs
- TransformConverter.cs
- QilGenerator.cs
- ProcessManager.cs
- Dump.cs
- MessageParameterAttribute.cs
- HttpRequestBase.cs
- FormsAuthentication.cs
- ObservableCollection.cs
- CharacterMetrics.cs
- HwndProxyElementProvider.cs
- SetStateEventArgs.cs
- MoveSizeWinEventHandler.cs
- DrawingServices.cs
- StoreAnnotationsMap.cs
- KeyEvent.cs
- InheritanceRules.cs
- xamlnodes.cs
- AsyncOperation.cs
- UriWriter.cs
- Directory.cs
- HtmlString.cs
- DataGridViewImageColumn.cs
- JsonObjectDataContract.cs
- XmlUtf8RawTextWriter.cs
- AVElementHelper.cs
- XmlChildNodes.cs
- counter.cs
- RequestCacheValidator.cs
- ExpandedWrapper.cs
- ReaderOutput.cs
- DataFormats.cs
- LocatorManager.cs
- MouseDevice.cs
- CopyAttributesAction.cs
- EllipseGeometry.cs
- IndicFontClient.cs
- FontFamily.cs
- ACE.cs
- PersonalizationAdministration.cs
- PointValueSerializer.cs
- OracleBinary.cs
- sitestring.cs
- BaseComponentEditor.cs
- ThreadStateException.cs
- UnmanagedBitmapWrapper.cs
- BoundColumn.cs
- SpecialFolderEnumConverter.cs
- TemplateControlBuildProvider.cs
- FaultContext.cs
- SourceInterpreter.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- ContainerControl.cs
- SoapTypeAttribute.cs
- TextViewDesigner.cs
- Deflater.cs
- BaseValidatorDesigner.cs
- AnnotationAdorner.cs
- TypeConverter.cs
- StringResourceManager.cs
- ValidationEventArgs.cs
- RecordBuilder.cs
- DiscoveryReferences.cs
- EditorAttribute.cs
- XmlEncodedRawTextWriter.cs
- SapiAttributeParser.cs
- PartialCachingControl.cs
- XamlContextStack.cs
- Highlights.cs
- EventListener.cs
- HwndMouseInputProvider.cs
- Overlapped.cs
- RelatedImageListAttribute.cs
- COM2Properties.cs
- XomlCompilerHelpers.cs
- EntityDescriptor.cs
- TextLineBreak.cs
- CorrelationToken.cs
- ResourceExpression.cs
- _ListenerResponseStream.cs
- XPathScanner.cs
- PrtCap_Public.cs
- DataBoundLiteralControl.cs
- ViewLoader.cs
- webproxy.cs
- MdbDataFileEditor.cs
- RightsManagementEncryptionTransform.cs
- HttpRequest.cs
- EntitySet.cs
- TableLayoutPanelCellPosition.cs
- PointConverter.cs
- AuthenticationSection.cs
- SafeFreeMibTable.cs
- SizeFConverter.cs
- CalendarData.cs
- MaterialGroup.cs
- ArithmeticException.cs