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
- SingleAnimation.cs
- IntSecurity.cs
- SystemGatewayIPAddressInformation.cs
- RepeatBehavior.cs
- ConfigurationLocationCollection.cs
- DataGridViewCellLinkedList.cs
- TextEditorTyping.cs
- TargetConverter.cs
- UIntPtr.cs
- DirectoryObjectSecurity.cs
- JavaScriptSerializer.cs
- DbProviderFactories.cs
- SqlDataSourceCustomCommandEditor.cs
- AudioFileOut.cs
- EditCommandColumn.cs
- KeySpline.cs
- GridViewAutoFormat.cs
- CustomValidator.cs
- GenericRootAutomationPeer.cs
- DataGridViewCheckBoxCell.cs
- DecoderReplacementFallback.cs
- ExceptionHandlersDesigner.cs
- AppDomainUnloadedException.cs
- Matrix.cs
- ServiceCredentialsSecurityTokenManager.cs
- BridgeDataReader.cs
- ICollection.cs
- ScriptResourceInfo.cs
- EntityDataSourceDesigner.cs
- ViewValidator.cs
- DragStartedEventArgs.cs
- ToolboxComponentsCreatedEventArgs.cs
- SqlConnectionHelper.cs
- PropertyNames.cs
- _Win32.cs
- MatrixTransform3D.cs
- FileAuthorizationModule.cs
- DataFormat.cs
- securitycriticaldata.cs
- Int64Animation.cs
- remotingproxy.cs
- DataGridCellItemAutomationPeer.cs
- HtmlAnchor.cs
- Header.cs
- NotFiniteNumberException.cs
- DataGridViewTextBoxCell.cs
- XmlnsPrefixAttribute.cs
- SimpleType.cs
- ColorInterpolationModeValidation.cs
- TransformerConfigurationWizardBase.cs
- WrappedReader.cs
- ParseHttpDate.cs
- FontNamesConverter.cs
- RIPEMD160.cs
- OperationResponse.cs
- FlowDocumentFormatter.cs
- WorkflowControlClient.cs
- BackgroundWorker.cs
- ProfilePropertySettingsCollection.cs
- HeaderedContentControl.cs
- DocumentPageTextView.cs
- XmlDesigner.cs
- SafeWaitHandle.cs
- HtmlElementEventArgs.cs
- FontEmbeddingManager.cs
- AutoGeneratedField.cs
- ReferencedCollectionType.cs
- TextHidden.cs
- TypeUtil.cs
- BaseCAMarshaler.cs
- FixedDocumentSequencePaginator.cs
- SymmetricKeyWrap.cs
- EncodingNLS.cs
- RadioButtonFlatAdapter.cs
- PolicyStatement.cs
- FieldAccessException.cs
- PropertyManager.cs
- DataListItemEventArgs.cs
- WindowsBrush.cs
- DynamicILGenerator.cs
- DelegateSerializationHolder.cs
- CatalogZoneDesigner.cs
- ProxyAttribute.cs
- NTAccount.cs
- ApplicationId.cs
- ResourceSet.cs
- assertwrapper.cs
- FormatStringEditor.cs
- MsmqIntegrationBindingElement.cs
- ManagementEventArgs.cs
- AuthorizationRule.cs
- InstanceNormalEvent.cs
- DataGridViewElement.cs
- NetDataContractSerializer.cs
- BufferedWebEventProvider.cs
- RowToParametersTransformer.cs
- CallbackValidator.cs
- ScaleTransform.cs
- FontFamilyConverter.cs
- SharedPerformanceCounter.cs