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
- ObjectItemCollection.cs
- ListSortDescriptionCollection.cs
- Nullable.cs
- RouteUrlExpressionBuilder.cs
- Command.cs
- OracleParameter.cs
- WindowsTreeView.cs
- FileDialog_Vista_Interop.cs
- ToolStripSeparatorRenderEventArgs.cs
- MdiWindowListStrip.cs
- ZipIOFileItemStream.cs
- ClaimTypes.cs
- Application.cs
- GroupBoxDesigner.cs
- StylusDevice.cs
- AbstractSvcMapFileLoader.cs
- CharKeyFrameCollection.cs
- AttachedAnnotationChangedEventArgs.cs
- MultiBindingExpression.cs
- XmlDataProvider.cs
- EmptyWorkItem.cs
- XsdDataContractImporter.cs
- XmlLoader.cs
- SqlCommand.cs
- Input.cs
- Quad.cs
- WebBrowsableAttribute.cs
- ArraySortHelper.cs
- UriParserTemplates.cs
- HMACRIPEMD160.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- TextClipboardData.cs
- CodeTypeMemberCollection.cs
- SafeFileMapViewHandle.cs
- SiteIdentityPermission.cs
- ControlType.cs
- DrawingContextWalker.cs
- DataGridHelper.cs
- StructureChangedEventArgs.cs
- DbCommandTree.cs
- SymbolPair.cs
- SequenceDesigner.cs
- ContainerParagraph.cs
- HttpApplicationStateWrapper.cs
- EntityKey.cs
- FontFamily.cs
- ControlValuePropertyAttribute.cs
- Win32Exception.cs
- PropertyReferenceSerializer.cs
- HttpDictionary.cs
- XamlTypeMapper.cs
- XmlIlVisitor.cs
- RemotingAttributes.cs
- ViewBox.cs
- RangeValueProviderWrapper.cs
- StateItem.cs
- ListViewItemCollectionEditor.cs
- HostProtectionException.cs
- HttpCapabilitiesBase.cs
- SocketCache.cs
- BulletChrome.cs
- ObjectSet.cs
- LogEntry.cs
- updatecommandorderer.cs
- UnsafeMethods.cs
- TableDetailsCollection.cs
- ContextActivityUtils.cs
- UseManagedPresentationElement.cs
- TdsParserStaticMethods.cs
- ReflectionUtil.cs
- TemplateBuilder.cs
- Cursor.cs
- OutOfProcStateClientManager.cs
- ProxyDataContractResolver.cs
- Reference.cs
- ConnectionInterfaceCollection.cs
- UInt16.cs
- X509UI.cs
- WebPartActionVerb.cs
- HtmlLink.cs
- GetPageNumberCompletedEventArgs.cs
- FreezableOperations.cs
- BamlTreeUpdater.cs
- ResizeBehavior.cs
- Vector3D.cs
- DataControlFieldHeaderCell.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SQLRoleProvider.cs
- ButtonBase.cs
- Int32CAMarshaler.cs
- BCryptHashAlgorithm.cs
- DynamicDataManager.cs
- StringInfo.cs
- WebBrowserDocumentCompletedEventHandler.cs
- XPathBinder.cs
- UriScheme.cs
- ExclusiveTcpTransportManager.cs
- InternalMappingException.cs
- ScrollChrome.cs