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
- Label.cs
- AsyncOperationLifetimeManager.cs
- RowUpdatedEventArgs.cs
- UIElementParagraph.cs
- ObjectSet.cs
- SortDescription.cs
- ZipIOFileItemStream.cs
- Util.cs
- SByte.cs
- CanonicalizationDriver.cs
- AndCondition.cs
- ConfigDefinitionUpdates.cs
- _NegoState.cs
- HtmlUtf8RawTextWriter.cs
- Screen.cs
- PersonalizationAdministration.cs
- VariableBinder.cs
- DynamicField.cs
- EntityContainerRelationshipSet.cs
- _FixedSizeReader.cs
- FixedFlowMap.cs
- LoginUtil.cs
- TextBoxBase.cs
- MembershipAdapter.cs
- SelectedGridItemChangedEvent.cs
- ResourcesBuildProvider.cs
- RepeaterItemCollection.cs
- ApplicationFileParser.cs
- ModuleBuilderData.cs
- RepeaterItemCollection.cs
- Translator.cs
- ParserContext.cs
- RegexWriter.cs
- PreservationFileReader.cs
- ResolveResponse.cs
- MulticastDelegate.cs
- DecoderNLS.cs
- XmlCustomFormatter.cs
- MethodBody.cs
- PrinterUnitConvert.cs
- Thumb.cs
- ClientConfigPaths.cs
- UdpDiscoveryMessageFilter.cs
- Cursors.cs
- ByteStream.cs
- ImageKeyConverter.cs
- TextTreePropertyUndoUnit.cs
- TextServicesManager.cs
- HtmlInputHidden.cs
- PlacementWorkspace.cs
- LogRecordSequence.cs
- PackageStore.cs
- DataGridRowDetailsEventArgs.cs
- WebControl.cs
- DataProtection.cs
- WorkItem.cs
- Rotation3D.cs
- WebBrowserHelper.cs
- tabpagecollectioneditor.cs
- ConfigXmlSignificantWhitespace.cs
- ParserStreamGeometryContext.cs
- TransferMode.cs
- ExpressionBuilderCollection.cs
- TcpHostedTransportConfiguration.cs
- DllNotFoundException.cs
- TypeDependencyAttribute.cs
- DbgUtil.cs
- XmlSchemaResource.cs
- Exceptions.cs
- BehaviorEditorPart.cs
- DataPointer.cs
- InvalidAsynchronousStateException.cs
- MailAddress.cs
- XmlSchemaAttribute.cs
- JsonEnumDataContract.cs
- DataGridViewSortCompareEventArgs.cs
- TypedRowGenerator.cs
- SafeCryptContextHandle.cs
- CommandHelpers.cs
- FormViewRow.cs
- RootNamespaceAttribute.cs
- ObjectPropertyMapping.cs
- OpenTypeMethods.cs
- TextRangeBase.cs
- HttpInputStream.cs
- RootBuilder.cs
- __TransparentProxy.cs
- EdmConstants.cs
- TraceProvider.cs
- ConsoleCancelEventArgs.cs
- PartialTrustValidationBehavior.cs
- Decoder.cs
- MiniConstructorInfo.cs
- FormatVersion.cs
- DataGridTextBox.cs
- ConvertersCollection.cs
- StorageMappingItemLoader.cs
- HelpExampleGenerator.cs
- DataMemberFieldEditor.cs
- InputBuffer.cs