Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / ConfigurationValue.cs / 1 / 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
- XmlImplementation.cs
- SqlDataSourceView.cs
- TemplateBaseAction.cs
- OdbcInfoMessageEvent.cs
- GeneralTransform3DTo2D.cs
- ContextMenuStrip.cs
- XmlAttributeCollection.cs
- DataPagerFieldCollection.cs
- _AutoWebProxyScriptHelper.cs
- Single.cs
- CodeDirectoryCompiler.cs
- __ComObject.cs
- ServiceModelExtensionElement.cs
- WebBrowserSiteBase.cs
- X509CertificateRecipientClientCredential.cs
- OleStrCAMarshaler.cs
- URLString.cs
- MenuItem.cs
- CheckBox.cs
- SlipBehavior.cs
- XmlAttributeCache.cs
- DebugView.cs
- Form.cs
- PagesSection.cs
- WindowsRichEdit.cs
- Rotation3DKeyFrameCollection.cs
- PrePostDescendentsWalker.cs
- Unit.cs
- VerticalAlignConverter.cs
- StringInfo.cs
- DrawingContextDrawingContextWalker.cs
- FileLoadException.cs
- DBAsyncResult.cs
- BookmarkEventArgs.cs
- XmlParser.cs
- Message.cs
- Int16.cs
- ReadOnlyTernaryTree.cs
- SqlUtils.cs
- SqlBinder.cs
- LoginView.cs
- ColumnCollection.cs
- TextDecorationCollection.cs
- CannotUnloadAppDomainException.cs
- SocketSettings.cs
- CapiNative.cs
- HttpContext.cs
- OdbcReferenceCollection.cs
- QuaternionIndependentAnimationStorage.cs
- XmlSchemaSimpleContentExtension.cs
- IChannel.cs
- ProcessStartInfo.cs
- HostedHttpTransportManager.cs
- Bidi.cs
- OracleConnectionFactory.cs
- XmlDataImplementation.cs
- xml.cs
- XmlDataSourceNodeDescriptor.cs
- AbsoluteQuery.cs
- ExceptionUtil.cs
- DispatchChannelSink.cs
- SmiEventSink_DeferedProcessing.cs
- PackageRelationshipCollection.cs
- ExpressionPrefixAttribute.cs
- WorkflowElementDialog.cs
- DocumentReferenceCollection.cs
- RuntimeConfig.cs
- AuthenticationService.cs
- AmbiguousMatchException.cs
- DataGridBoolColumn.cs
- BaseContextMenu.cs
- CheckBox.cs
- ItemsChangedEventArgs.cs
- TextHidden.cs
- DynamicResourceExtensionConverter.cs
- SqlEnums.cs
- CompensatableTransactionScopeActivityDesigner.cs
- DispatchWrapper.cs
- DataColumn.cs
- XamlWriter.cs
- PolyLineSegmentFigureLogic.cs
- AddingNewEventArgs.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ButtonBase.cs
- _ProxyChain.cs
- DataGridAutomationPeer.cs
- RtfToken.cs
- FigureParaClient.cs
- FixedDocumentPaginator.cs
- RequestStatusBarUpdateEventArgs.cs
- TreeViewCancelEvent.cs
- TextProperties.cs
- HttpClientCertificate.cs
- XmlElementAttributes.cs
- RelationshipEndMember.cs
- TransformCollection.cs
- AnimatedTypeHelpers.cs
- RequestResizeEvent.cs
- ContentPropertyAttribute.cs
- TransformValueSerializer.cs