Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- XmlSchemaChoice.cs
- CodeTypeDelegate.cs
- XsdBuildProvider.cs
- DataObjectAttribute.cs
- MetabaseServerConfig.cs
- VariantWrapper.cs
- ConsumerConnectionPoint.cs
- StringHandle.cs
- RawMouseInputReport.cs
- __FastResourceComparer.cs
- HttpBrowserCapabilitiesWrapper.cs
- Pens.cs
- DispatcherSynchronizationContext.cs
- MediaPlayerState.cs
- BufferBuilder.cs
- ControlTemplate.cs
- UrlMappingCollection.cs
- References.cs
- RtType.cs
- UnmanagedMemoryStreamWrapper.cs
- DCSafeHandle.cs
- PropertyGridView.cs
- JsonUriDataContract.cs
- QueryableDataSourceHelper.cs
- DictionaryBase.cs
- TemplateField.cs
- StateItem.cs
- StringFreezingAttribute.cs
- StorageBasedPackageProperties.cs
- TypeGeneratedEventArgs.cs
- SiteOfOriginPart.cs
- ColorTransformHelper.cs
- XmlSchemaNotation.cs
- EventPrivateKey.cs
- HttpContext.cs
- CompensationExtension.cs
- ObjectPersistData.cs
- NetworkInterface.cs
- ArraySortHelper.cs
- PolygonHotSpot.cs
- SqlClientMetaDataCollectionNames.cs
- ExpressionBuilderContext.cs
- InvokeWebServiceDesigner.cs
- DropDownList.cs
- FieldBuilder.cs
- DesignerOptionService.cs
- WinInetCache.cs
- SpecularMaterial.cs
- ChangePasswordDesigner.cs
- FormsAuthenticationUserCollection.cs
- IssuanceLicense.cs
- ProfilePropertySettingsCollection.cs
- NotificationContext.cs
- ToolStripItemDesigner.cs
- ActivityWithResultConverter.cs
- AlignmentXValidation.cs
- BitmapMetadataBlob.cs
- WebServiceHandler.cs
- WindowsSysHeader.cs
- GatewayIPAddressInformationCollection.cs
- SignedXmlDebugLog.cs
- codemethodreferenceexpression.cs
- URLString.cs
- XmlHierarchyData.cs
- SettingsPropertyCollection.cs
- MessageBuilder.cs
- TrailingSpaceComparer.cs
- PolyBezierSegment.cs
- CodeBlockBuilder.cs
- Parallel.cs
- StylusPointDescription.cs
- WorkflowCommandExtensionItem.cs
- FusionWrap.cs
- XmlnsDictionary.cs
- DeploymentSection.cs
- CodeTypeReference.cs
- DefaultBinder.cs
- Or.cs
- LambdaSerializationException.cs
- ClientBuildManagerCallback.cs
- ExpressionBuilder.cs
- AssociationTypeEmitter.cs
- TextDecorationCollection.cs
- HtmlTable.cs
- KeyBinding.cs
- TransactionProtocolConverter.cs
- LayoutDump.cs
- BasePattern.cs
- SchemaMapping.cs
- AttributeProviderAttribute.cs
- PublisherIdentityPermission.cs
- DoubleCollection.cs
- XmlTextWriter.cs
- StorageAssociationSetMapping.cs
- CheckoutException.cs
- JavascriptCallbackBehaviorAttribute.cs
- Track.cs
- WorkflowInstanceExtensionProvider.cs
- CodeAccessSecurityEngine.cs
- MonthCalendar.cs