Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HashSetDebugView.cs
- TabPage.cs
- Shape.cs
- GridViewEditEventArgs.cs
- PasswordDeriveBytes.cs
- SmtpNetworkElement.cs
- WebColorConverter.cs
- _ListenerResponseStream.cs
- SortExpressionBuilder.cs
- RawStylusInputCustomData.cs
- ACE.cs
- KeyValueConfigurationElement.cs
- NativeRightsManagementAPIsStructures.cs
- XmlWrappingReader.cs
- FaultConverter.cs
- FixedSOMPageElement.cs
- AnnotationStore.cs
- DotExpr.cs
- SqlInternalConnectionTds.cs
- ActivationArguments.cs
- RayMeshGeometry3DHitTestResult.cs
- CollectionBase.cs
- Scripts.cs
- __ComObject.cs
- XmlSerializerFactory.cs
- ComponentConverter.cs
- FileDialog_Vista.cs
- OdbcParameter.cs
- QualificationDataAttribute.cs
- TextRangeEdit.cs
- DrawingContext.cs
- XamlDesignerSerializationManager.cs
- EventDriven.cs
- HttpGetServerProtocol.cs
- EmptyStringExpandableObjectConverter.cs
- InfoCardKeyedHashAlgorithm.cs
- KnownTypesHelper.cs
- FunctionNode.cs
- QilBinary.cs
- ClientSponsor.cs
- CodeCommentStatementCollection.cs
- ContractMethodInfo.cs
- SqlTopReducer.cs
- CapabilitiesRule.cs
- AmbiguousMatchException.cs
- ApplicationActivator.cs
- NamespaceInfo.cs
- PersistenceTypeAttribute.cs
- CalendarDay.cs
- ReadOnlyNameValueCollection.cs
- VisualStyleElement.cs
- EntityFrameworkVersions.cs
- ServerIdentity.cs
- IItemContainerGenerator.cs
- AnonymousIdentificationModule.cs
- RegionInfo.cs
- Int32KeyFrameCollection.cs
- PhysicalOps.cs
- AuthenticationServiceManager.cs
- GeneralTransform3DTo2D.cs
- CompositeDataBoundControl.cs
- UpDownEvent.cs
- WsatServiceAddress.cs
- COAUTHIDENTITY.cs
- HttpApplicationFactory.cs
- Composition.cs
- MDIClient.cs
- PseudoWebRequest.cs
- DrawingCollection.cs
- LogLogRecordEnumerator.cs
- _ContextAwareResult.cs
- FtpCachePolicyElement.cs
- ListGeneralPage.cs
- ReadOnlyDictionary.cs
- OpacityConverter.cs
- FieldNameLookup.cs
- ComponentCollection.cs
- MemoryPressure.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ReadOnlyNameValueCollection.cs
- ActiveXHelper.cs
- WhitespaceRuleReader.cs
- JavaScriptSerializer.cs
- LabelLiteral.cs
- ExtendedPropertyCollection.cs
- SafeNativeMemoryHandle.cs
- CodeTryCatchFinallyStatement.cs
- PrintPreviewControl.cs
- GridPatternIdentifiers.cs
- ColumnBinding.cs
- BoundPropertyEntry.cs
- VarInfo.cs
- TaskResultSetter.cs
- Label.cs
- SoapServerMessage.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- WebPartCatalogAddVerb.cs
- CharEnumerator.cs
- BaseCollection.cs
- DBAsyncResult.cs