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
- XmlSchemaSimpleContent.cs
- KeyboardNavigation.cs
- ColumnBinding.cs
- EntityDataSourceChangedEventArgs.cs
- SerialStream.cs
- SvcMapFile.cs
- SoapHeader.cs
- ObjectSecurity.cs
- DataColumn.cs
- ContainerUIElement3D.cs
- FunctionGenerator.cs
- DesignerSerializationManager.cs
- SortedList.cs
- ArgumentNullException.cs
- PrimitiveXmlSerializers.cs
- DayRenderEvent.cs
- XmlNodeChangedEventArgs.cs
- OdbcHandle.cs
- XMLSchema.cs
- Section.cs
- CacheChildrenQuery.cs
- WinEventHandler.cs
- Size3D.cs
- ControlEvent.cs
- Predicate.cs
- ConnectionPointCookie.cs
- TextWriter.cs
- WeakReference.cs
- ClientSponsor.cs
- FormViewPageEventArgs.cs
- CachingHintValidation.cs
- Boolean.cs
- Monitor.cs
- TypeDelegator.cs
- WindowsFormsSectionHandler.cs
- XPathNavigator.cs
- ShapeTypeface.cs
- AnonymousIdentificationSection.cs
- BaseTemplateBuildProvider.cs
- LayoutTable.cs
- WebPartPersonalization.cs
- PersonalizationStateInfo.cs
- XmlCharType.cs
- WindowsTab.cs
- CodeCompileUnit.cs
- LogExtent.cs
- ListViewCancelEventArgs.cs
- ConfigurationException.cs
- _UncName.cs
- graph.cs
- DrawItemEvent.cs
- Group.cs
- PeerName.cs
- ObjectPropertyMapping.cs
- TypeBuilder.cs
- InternalResources.cs
- SystemFonts.cs
- HttpApplication.cs
- arabicshape.cs
- COMException.cs
- HostedHttpContext.cs
- CheckBoxBaseAdapter.cs
- MemoryStream.cs
- DesignerEventService.cs
- SQLBytes.cs
- X509SecurityTokenAuthenticator.cs
- CompoundFileIOPermission.cs
- TransformerTypeCollection.cs
- Cursors.cs
- Rotation3D.cs
- SparseMemoryStream.cs
- FormViewDeletedEventArgs.cs
- WebPartConnectionsCancelEventArgs.cs
- BatchParser.cs
- PrintControllerWithStatusDialog.cs
- BinaryMethodMessage.cs
- ClientFactory.cs
- InstanceData.cs
- FileCodeGroup.cs
- SpeakCompletedEventArgs.cs
- ObjectListCommandCollection.cs
- IfJoinedCondition.cs
- XmlChildEnumerator.cs
- ParserStreamGeometryContext.cs
- PlatformNotSupportedException.cs
- TaiwanCalendar.cs
- ItemAutomationPeer.cs
- ThumbAutomationPeer.cs
- JsonUriDataContract.cs
- NativeMethods.cs
- NameValueFileSectionHandler.cs
- XPathSelfQuery.cs
- ScriptReferenceEventArgs.cs
- WebPartConnectVerb.cs
- DbBuffer.cs
- InheritanceRules.cs
- SetStoryboardSpeedRatio.cs
- FileIOPermission.cs
- PowerStatus.cs
- Vector3DCollectionValueSerializer.cs