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
- Page.cs
- SparseMemoryStream.cs
- HiddenFieldPageStatePersister.cs
- StateRuntime.cs
- HttpResponseHeader.cs
- GridLengthConverter.cs
- BreakRecordTable.cs
- WebPartMenuStyle.cs
- CompositeCollection.cs
- DocumentCollection.cs
- XmlSchemaExporter.cs
- ISO2022Encoding.cs
- BitmapMetadataBlob.cs
- SizeFConverter.cs
- ErrorStyle.cs
- DesignerProperties.cs
- COM2PictureConverter.cs
- TimeSpan.cs
- WpfMemberInvoker.cs
- MediaScriptCommandRoutedEventArgs.cs
- SimpleHandlerBuildProvider.cs
- Triangle.cs
- ResourceReader.cs
- ServicePointManager.cs
- TextAdaptor.cs
- ToolStripMenuItem.cs
- DependentList.cs
- ServerTooBusyException.cs
- WebPartManagerInternals.cs
- PhonemeConverter.cs
- CodeFieldReferenceExpression.cs
- TimeSpanValidator.cs
- Internal.cs
- ImageMetadata.cs
- HtmlSelect.cs
- SessionStateUtil.cs
- GeneralTransform3DTo2DTo3D.cs
- TdsRecordBufferSetter.cs
- UInt16.cs
- PerformanceCounterPermissionEntry.cs
- Item.cs
- WhitespaceSignificantCollectionAttribute.cs
- SQLDateTime.cs
- MetaModel.cs
- TriggerBase.cs
- Shape.cs
- XLinq.cs
- DataSpaceManager.cs
- MailWebEventProvider.cs
- WorkflowInstance.cs
- ListViewHitTestInfo.cs
- Canvas.cs
- Quaternion.cs
- IsolatedStorageFilePermission.cs
- RsaSecurityTokenAuthenticator.cs
- XmlSignatureManifest.cs
- EnumDataContract.cs
- FaultException.cs
- LinearGradientBrush.cs
- MeasurementDCInfo.cs
- TripleDES.cs
- EntityDataSourceColumn.cs
- PersonalizationProviderHelper.cs
- ProfileManager.cs
- ClaimComparer.cs
- ScaleTransform3D.cs
- Set.cs
- Tag.cs
- OrderablePartitioner.cs
- CultureTableRecord.cs
- UntypedNullExpression.cs
- StylusSystemGestureEventArgs.cs
- RadioButtonAutomationPeer.cs
- RuleDefinitions.cs
- Point3DIndependentAnimationStorage.cs
- FormViewModeEventArgs.cs
- AtomServiceDocumentSerializer.cs
- _SingleItemRequestCache.cs
- MsmqHostedTransportManager.cs
- CultureTableRecord.cs
- UnlockInstanceAsyncResult.cs
- TableRow.cs
- DataRelationCollection.cs
- HtmlValidatorAdapter.cs
- CryptographicAttribute.cs
- DecoderReplacementFallback.cs
- VectorCollectionValueSerializer.cs
- ContractDescription.cs
- ConditionalAttribute.cs
- ViewBox.cs
- RemoveStoryboard.cs
- RoleServiceManager.cs
- AlphabeticalEnumConverter.cs
- BinHexDecoder.cs
- EventData.cs
- ConnectionOrientedTransportChannelFactory.cs
- BooleanExpr.cs
- OneToOneMappingSerializer.cs
- StringUtil.cs
- ClaimTypeElementCollection.cs