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
- PropertyBuilder.cs
- ReservationCollection.cs
- Stream.cs
- DbConnectionPoolOptions.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- OleAutBinder.cs
- FilteredDataSetHelper.cs
- IgnoreSection.cs
- ConfigXmlCDataSection.cs
- InstanceStoreQueryResult.cs
- DelegatedStream.cs
- Timer.cs
- DecimalKeyFrameCollection.cs
- ToolboxItemFilterAttribute.cs
- RemotingServices.cs
- QuadTree.cs
- ObjectViewFactory.cs
- ObsoleteAttribute.cs
- Lease.cs
- securitycriticaldata.cs
- FixedPosition.cs
- CompleteWizardStep.cs
- ResourceManager.cs
- NativeMsmqMessage.cs
- ScriptMethodAttribute.cs
- ToolStripHighContrastRenderer.cs
- ContextDataSourceView.cs
- UrlAuthorizationModule.cs
- TextParagraph.cs
- TrackingServices.cs
- PageHandlerFactory.cs
- TriggerActionCollection.cs
- WorkerRequest.cs
- CFGGrammar.cs
- UnsafeNativeMethods.cs
- EntityContainerEmitter.cs
- SatelliteContractVersionAttribute.cs
- ScopedKnownTypes.cs
- ChannelProtectionRequirements.cs
- ConnectionStringsExpressionBuilder.cs
- DeploymentExceptionMapper.cs
- SelectedDatesCollection.cs
- LoadGrammarCompletedEventArgs.cs
- DbBuffer.cs
- RuntimeEnvironment.cs
- WebPartManager.cs
- SpellCheck.cs
- ButtonColumn.cs
- XmlArrayItemAttribute.cs
- MetabaseServerConfig.cs
- ProcessThread.cs
- CompareInfo.cs
- EtwTrackingParticipant.cs
- GroupPartitionExpr.cs
- DataGridViewCellMouseEventArgs.cs
- TemplatedEditableDesignerRegion.cs
- IndexedGlyphRun.cs
- ValueUnavailableException.cs
- AllMembershipCondition.cs
- GridViewRowCollection.cs
- ManagedIStream.cs
- NumberSubstitution.cs
- Crc32.cs
- MouseDevice.cs
- ContravarianceAdapter.cs
- BamlTreeMap.cs
- ContextDataSource.cs
- safelinkcollection.cs
- ExtensionSimplifierMarkupObject.cs
- XPathNodeInfoAtom.cs
- AutoCompleteStringCollection.cs
- AsnEncodedData.cs
- XmlChoiceIdentifierAttribute.cs
- FieldNameLookup.cs
- Lease.cs
- PageAsyncTaskManager.cs
- SystemEvents.cs
- FileSystemWatcher.cs
- ProfileServiceManager.cs
- OpenFileDialog.cs
- GregorianCalendarHelper.cs
- TypedElement.cs
- ConstraintCollection.cs
- DataRowComparer.cs
- ColumnTypeConverter.cs
- FilterableData.cs
- X509ChainPolicy.cs
- XmlWellformedWriter.cs
- DbCommandDefinition.cs
- OwnerDrawPropertyBag.cs
- DesignTimeValidationFeature.cs
- MemoryFailPoint.cs
- FontStretchConverter.cs
- ComplusEndpointConfigContainer.cs
- SystemException.cs
- ListParaClient.cs
- HyperLinkField.cs
- LockCookie.cs
- WindowInteractionStateTracker.cs
- StorageComplexPropertyMapping.cs