Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- Condition.cs
- ImageClickEventArgs.cs
- DrawingImage.cs
- ModuleConfigurationInfo.cs
- EntityDataSourceContextCreatedEventArgs.cs
- CultureTable.cs
- ProcessInputEventArgs.cs
- SerializationInfo.cs
- Menu.cs
- FormsAuthenticationEventArgs.cs
- UpDownBaseDesigner.cs
- Constraint.cs
- DataGridViewRowCollection.cs
- SectionVisual.cs
- ScriptResourceHandler.cs
- NamespaceListProperty.cs
- HttpProfileGroupBase.cs
- EntityDataSourceQueryBuilder.cs
- FixedSOMLineRanges.cs
- DoubleLinkList.cs
- TileBrush.cs
- DbgUtil.cs
- DependencyPropertyConverter.cs
- MemberCollection.cs
- RelatedImageListAttribute.cs
- Application.cs
- OperationResponse.cs
- MediaTimeline.cs
- FieldMetadata.cs
- SqlClientPermission.cs
- State.cs
- SocketStream.cs
- SystemResourceHost.cs
- HttpCacheVaryByContentEncodings.cs
- WebPartZone.cs
- NameScopePropertyAttribute.cs
- Link.cs
- TiffBitmapDecoder.cs
- ThicknessAnimation.cs
- LinearKeyFrames.cs
- xml.cs
- QueryAccessibilityHelpEvent.cs
- AutomationAttributeInfo.cs
- Attributes.cs
- MultiPageTextView.cs
- ListViewItemSelectionChangedEvent.cs
- WebPartZoneCollection.cs
- TabletDeviceInfo.cs
- HttpServerVarsCollection.cs
- TextEditorCopyPaste.cs
- ActiveXHost.cs
- PropertyOrder.cs
- PrimitiveSchema.cs
- XmlObjectSerializerWriteContext.cs
- DataGridCellInfo.cs
- ComAwareEventInfo.cs
- NamedPermissionSet.cs
- ImageFormat.cs
- SequentialWorkflowHeaderFooter.cs
- XPathDescendantIterator.cs
- RichTextBox.cs
- ExtendedProtectionPolicyElement.cs
- InternalControlCollection.cs
- ViewStateException.cs
- SwitchExpression.cs
- DrawingVisualDrawingContext.cs
- SecurityVersion.cs
- FixedSOMPage.cs
- CommandConverter.cs
- PrintDialog.cs
- ResourceReferenceExpressionConverter.cs
- PointCollectionConverter.cs
- SqlParameter.cs
- Emitter.cs
- DeclarationUpdate.cs
- CompensationDesigner.cs
- XmlSchemaAnyAttribute.cs
- ButtonBaseAdapter.cs
- SettingsContext.cs
- TTSVoice.cs
- streamingZipPartStream.cs
- ProxyElement.cs
- Point3DCollection.cs
- GeneralTransform3DTo2DTo3D.cs
- Faults.cs
- IndexedGlyphRun.cs
- WebPermission.cs
- EntityDesignerBuildProvider.cs
- propertytag.cs
- HttpListenerException.cs
- MultipartIdentifier.cs
- DbReferenceCollection.cs
- TextSchema.cs
- EdmProperty.cs
- WebPartEditorApplyVerb.cs
- MenuItemBindingCollection.cs
- ToolStripSplitStackLayout.cs
- SynchronizedInputHelper.cs
- CodeStatement.cs
- WindowsFormsHost.cs