Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SyntaxCheck.cs
- DataBindingCollectionConverter.cs
- ResXResourceReader.cs
- CheckBox.cs
- AttributeQuery.cs
- XmlDocumentSchema.cs
- Binding.cs
- PtsHelper.cs
- BevelBitmapEffect.cs
- TypeValidationEventArgs.cs
- TreeViewImageIndexConverter.cs
- LicenseProviderAttribute.cs
- AssemblyHash.cs
- PatternMatcher.cs
- SqlConnectionHelper.cs
- GenerateTemporaryTargetAssembly.cs
- FilterQuery.cs
- Compiler.cs
- ImageSource.cs
- AggregatePushdown.cs
- ToolStripCodeDomSerializer.cs
- LocalizabilityAttribute.cs
- CustomTypeDescriptor.cs
- HwndHostAutomationPeer.cs
- PrincipalPermission.cs
- BrushMappingModeValidation.cs
- DomNameTable.cs
- DynamicRenderer.cs
- WindowsIPAddress.cs
- WorkflowServiceAttributes.cs
- MeshGeometry3D.cs
- MenuItemCollection.cs
- Dictionary.cs
- LockRecursionException.cs
- CommandTreeTypeHelper.cs
- IPEndPoint.cs
- HttpValueCollection.cs
- XmlIlGenerator.cs
- SafeHandles.cs
- SiteMapNode.cs
- SymbolTable.cs
- MinimizableAttributeTypeConverter.cs
- DataGridComponentEditor.cs
- ByteConverter.cs
- CompilationLock.cs
- SafeNativeMethods.cs
- XmlTextAttribute.cs
- AsyncResult.cs
- _PooledStream.cs
- SqlConnectionPoolProviderInfo.cs
- FixedPageAutomationPeer.cs
- ProjectionRewriter.cs
- RIPEMD160Managed.cs
- TransformerInfo.cs
- EntityContainer.cs
- SelectionGlyphBase.cs
- BindingParameterCollection.cs
- StateManagedCollection.cs
- EntityParameter.cs
- InnerItemCollectionView.cs
- MulticastDelegate.cs
- XmlDataProvider.cs
- PreservationFileWriter.cs
- CodeTypeParameter.cs
- UnsafeNativeMethods.cs
- PlatformCulture.cs
- SHA384Cng.cs
- ComponentEditorForm.cs
- SymmetricAlgorithm.cs
- Point4DValueSerializer.cs
- TileBrush.cs
- DataColumnMapping.cs
- PersistenceProviderBehavior.cs
- Bits.cs
- ImageClickEventArgs.cs
- CheckBoxPopupAdapter.cs
- ConsumerConnectionPoint.cs
- MenuItemStyleCollection.cs
- MatrixValueSerializer.cs
- ExtensionQuery.cs
- Certificate.cs
- ImageMap.cs
- EntityDesignerDataSourceView.cs
- PropertyDescriptorGridEntry.cs
- MenuItemStyle.cs
- WCFBuildProvider.cs
- LoadedOrUnloadedOperation.cs
- SharedPersonalizationStateInfo.cs
- FormsAuthentication.cs
- WebPartCatalogAddVerb.cs
- CodeMethodMap.cs
- PointLightBase.cs
- RegisteredArrayDeclaration.cs
- EntitySet.cs
- TransformConverter.cs
- SQLResource.cs
- RemoteX509AsymmetricSecurityKey.cs
- BooleanStorage.cs
- ClientConvert.cs
- dataprotectionpermissionattribute.cs