Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- BidPrivateBase.cs
- PtsHost.cs
- Odbc32.cs
- DrawListViewSubItemEventArgs.cs
- TogglePattern.cs
- StringResourceManager.cs
- DBConnection.cs
- XmlQueryRuntime.cs
- ViewStateModeByIdAttribute.cs
- EncodingConverter.cs
- PositiveTimeSpanValidatorAttribute.cs
- messageonlyhwndwrapper.cs
- VisualTarget.cs
- DirectoryInfo.cs
- CharStorage.cs
- CompositeFontInfo.cs
- CultureSpecificStringDictionary.cs
- DeflateInput.cs
- Int64Animation.cs
- CultureSpecificStringDictionary.cs
- ServiceDiscoveryElement.cs
- PenContexts.cs
- WebEventTraceProvider.cs
- FixedDocumentSequencePaginator.cs
- Underline.cs
- ComponentEditorForm.cs
- WsiProfilesElementCollection.cs
- ReadOnlyKeyedCollection.cs
- ObjectMemberMapping.cs
- CellQuery.cs
- UnorderedHashRepartitionStream.cs
- PropertyGrid.cs
- InputEventArgs.cs
- ChangePasswordDesigner.cs
- SiblingIterators.cs
- UniqueEventHelper.cs
- DoubleLinkList.cs
- IItemContainerGenerator.cs
- SafeFileMappingHandle.cs
- MessageTraceRecord.cs
- PageThemeBuildProvider.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- MachineSettingsSection.cs
- InvokeMethodActivity.cs
- MemberAccessException.cs
- RegexBoyerMoore.cs
- LinqDataSourceDeleteEventArgs.cs
- WebPartCatalogAddVerb.cs
- KerberosSecurityTokenAuthenticator.cs
- OAVariantLib.cs
- DataTableCollection.cs
- DataBoundControl.cs
- RuntimeConfig.cs
- NativeMethods.cs
- CultureSpecificStringDictionary.cs
- GZipStream.cs
- SortedList.cs
- XmlValidatingReader.cs
- ComponentSerializationService.cs
- BindValidator.cs
- ObjectDataSourceEventArgs.cs
- Transform3D.cs
- DBConnectionString.cs
- XamlSerializationHelper.cs
- AssertFilter.cs
- DescendantOverDescendantQuery.cs
- ThreadWorkerController.cs
- ReflectionPermission.cs
- ReferenceEqualityComparer.cs
- AccessibleObject.cs
- _SingleItemRequestCache.cs
- ThreadExceptionDialog.cs
- Char.cs
- HtmlLink.cs
- ArithmeticLiteral.cs
- PageHandlerFactory.cs
- TextParaClient.cs
- ZoneIdentityPermission.cs
- _UriTypeConverter.cs
- GetPageCompletedEventArgs.cs
- SqlFunctionAttribute.cs
- GeometryHitTestParameters.cs
- Ray3DHitTestResult.cs
- MessageBox.cs
- CompatibleComparer.cs
- ThicknessAnimationBase.cs
- LocalizationParserHooks.cs
- StatusBarItemAutomationPeer.cs
- ColumnMapVisitor.cs
- RepeaterDesigner.cs
- XmlSchemaSimpleType.cs
- BufferedWebEventProvider.cs
- InternalCache.cs
- XhtmlConformanceSection.cs
- FragmentQueryKB.cs
- Matrix.cs
- Int64AnimationBase.cs
- ScriptComponentDescriptor.cs
- PagerStyle.cs
- KeyValueConfigurationCollection.cs