Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / ConfigurationValue.cs / 1305376 / ConfigurationValue.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Configuration.Internal; using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Security.Permissions; using System.Xml; using System.Globalization; using System.ComponentModel; using System.Security; using System.Text; namespace System.Configuration { internal class ConfigurationValue { internal ConfigurationValueFlags ValueFlags; internal object Value; internal PropertySourceInfo SourceInfo; internal ConfigurationValue(object value, ConfigurationValueFlags valueFlags, PropertySourceInfo sourceInfo) { Value = value; ValueFlags = valueFlags; SourceInfo = sourceInfo; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Configuration.Internal; using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Security.Permissions; using System.Xml; using System.Globalization; using System.ComponentModel; using System.Security; using System.Text; namespace System.Configuration { internal class ConfigurationValue { internal ConfigurationValueFlags ValueFlags; internal object Value; internal PropertySourceInfo SourceInfo; internal ConfigurationValue(object value, ConfigurationValueFlags valueFlags, PropertySourceInfo sourceInfo) { Value = value; ValueFlags = valueFlags; SourceInfo = sourceInfo; } } } // 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
- PropertyGridView.cs
- DoubleSumAggregationOperator.cs
- IIS7WorkerRequest.cs
- DesignerFrame.cs
- CfgParser.cs
- WebZone.cs
- MoveSizeWinEventHandler.cs
- StatusBarAutomationPeer.cs
- Helper.cs
- UpdateManifestForBrowserApplication.cs
- HandlerFactoryWrapper.cs
- ZipIOLocalFileHeader.cs
- _SafeNetHandles.cs
- SqlBulkCopy.cs
- ToolStrip.cs
- ThreadPoolTaskScheduler.cs
- ToolStripContentPanel.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- RoutedPropertyChangedEventArgs.cs
- SplitContainer.cs
- NullEntityWrapper.cs
- AsymmetricSignatureFormatter.cs
- StopStoryboard.cs
- TreeNodeClickEventArgs.cs
- SqlCacheDependencyDatabaseCollection.cs
- WindowInteropHelper.cs
- GetPageCompletedEventArgs.cs
- FileSystemWatcher.cs
- DeflateEmulationStream.cs
- UriScheme.cs
- NestPullup.cs
- TemporaryBitmapFile.cs
- DiscoveryDocumentLinksPattern.cs
- PointConverter.cs
- FixedSOMPage.cs
- DesignerAdapterUtil.cs
- SecurityElement.cs
- LocationUpdates.cs
- CompilationSection.cs
- X509ChainElement.cs
- ManipulationDeltaEventArgs.cs
- TextBox.cs
- QilFactory.cs
- SchemaImporter.cs
- ThemeableAttribute.cs
- SettingsBindableAttribute.cs
- Renderer.cs
- ErrorView.xaml.cs
- entitydatasourceentitysetnameconverter.cs
- ImageIndexConverter.cs
- RoleManagerEventArgs.cs
- GridViewSortEventArgs.cs
- SelectorAutomationPeer.cs
- SimpleType.cs
- MatcherBuilder.cs
- ExeConfigurationFileMap.cs
- DoubleConverter.cs
- LayeredChannelFactory.cs
- VersionedStream.cs
- ClientEventManager.cs
- CallContext.cs
- EncodingInfo.cs
- CodeBlockBuilder.cs
- DeploymentSectionCache.cs
- SQLDecimalStorage.cs
- RestHandlerFactory.cs
- ZipPackagePart.cs
- SessionParameter.cs
- FileVersionInfo.cs
- RowToParametersTransformer.cs
- SyndicationItem.cs
- XmlNodeChangedEventArgs.cs
- DataGridViewComboBoxCell.cs
- XmlSchemaSimpleContentExtension.cs
- RowUpdatedEventArgs.cs
- StylusPointPropertyId.cs
- AxHostDesigner.cs
- ImageInfo.cs
- ZipFileInfoCollection.cs
- SetStoryboardSpeedRatio.cs
- AllowedAudienceUriElement.cs
- DrawListViewItemEventArgs.cs
- ResourceDescriptionAttribute.cs
- SettingsBase.cs
- Error.cs
- MessageEncodingBindingElement.cs
- Adorner.cs
- WebPartManager.cs
- DateTimeUtil.cs
- DataGridViewRowConverter.cs
- TdsParameterSetter.cs
- ActivityCodeDomSerializer.cs
- ConnectionPointCookie.cs
- QueryExpr.cs
- SmtpException.cs
- SqlUnionizer.cs
- ObjectAnimationBase.cs
- ValueExpressions.cs
- UTF8Encoding.cs
- InputBinder.cs