Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / DefinitionUpdate.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NameSpaceExtractor.cs
- ISCIIEncoding.cs
- AudioDeviceOut.cs
- AppAction.cs
- ApplicationInfo.cs
- MimeWriter.cs
- SqlCacheDependencySection.cs
- unsafenativemethodstextservices.cs
- PropagationProtocolsTracing.cs
- UriParserTemplates.cs
- ProgressChangedEventArgs.cs
- CompoundFileStorageReference.cs
- XmlSchemaGroup.cs
- KeySpline.cs
- ControlCachePolicy.cs
- PersianCalendar.cs
- HttpCookie.cs
- DoubleLinkList.cs
- DataGridViewEditingControlShowingEventArgs.cs
- HttpPostServerProtocol.cs
- TemplateKey.cs
- XmlAttribute.cs
- WsdlExporter.cs
- bindurihelper.cs
- OutputCacheProviderCollection.cs
- AuthenticationService.cs
- HttpRawResponse.cs
- FlowDocument.cs
- SymbolType.cs
- DynamicPropertyReader.cs
- SchemaElementLookUpTable.cs
- SecurityTraceRecordHelper.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- BitmapInitialize.cs
- InvalidEnumArgumentException.cs
- TimeSpanValidator.cs
- StorageAssociationSetMapping.cs
- CommonServiceBehaviorElement.cs
- ConstructorBuilder.cs
- PropertyCondition.cs
- AutomationPattern.cs
- InputLanguageEventArgs.cs
- ObjectRef.cs
- ObjectDataSourceMethodEventArgs.cs
- mansign.cs
- processwaithandle.cs
- CompositeDataBoundControl.cs
- PropertyMapper.cs
- SafeThemeHandle.cs
- ScriptRef.cs
- AuthorizationRule.cs
- SettingsPropertyNotFoundException.cs
- EntityDataSourceSelectedEventArgs.cs
- CapabilitiesSection.cs
- HttpModuleCollection.cs
- MailAddressCollection.cs
- ProcessProtocolHandler.cs
- PropertyPathConverter.cs
- Mapping.cs
- DataGridViewRowEventArgs.cs
- OperationResponse.cs
- FieldNameLookup.cs
- StringPropertyBuilder.cs
- TabControl.cs
- TraceHwndHost.cs
- ClickablePoint.cs
- InvokeHandlers.cs
- XsltException.cs
- MenuTracker.cs
- ToolStripItemGlyph.cs
- ListViewUpdateEventArgs.cs
- XmlTextEncoder.cs
- CodeTypeMember.cs
- DataSourceCollectionBase.cs
- WebPartEditorApplyVerb.cs
- MDIControlStrip.cs
- PinnedBufferMemoryStream.cs
- StrongNameIdentityPermission.cs
- FrugalList.cs
- SignatureToken.cs
- DataGridViewBindingCompleteEventArgs.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- FacetValueContainer.cs
- IdentityNotMappedException.cs
- XmlQualifiedName.cs
- BaseServiceProvider.cs
- AuthenticationSection.cs
- Brushes.cs
- RoutingSection.cs
- ClosableStream.cs
- DataGridViewCellEventArgs.cs
- SizeChangedInfo.cs
- HtmlTernaryTree.cs
- WeakKeyDictionary.cs
- MenuScrollingVisibilityConverter.cs
- QueryCacheKey.cs
- TiffBitmapDecoder.cs
- TextSimpleMarkerProperties.cs
- PolyBezierSegment.cs
- TemplateControl.cs