Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ReceiveMessageContent.cs
- TypeAccessException.cs
- ColumnMapVisitor.cs
- CalloutQueueItem.cs
- Timeline.cs
- Light.cs
- DynamicRendererThreadManager.cs
- DataGridState.cs
- SafeNativeMethods.cs
- ClonableStack.cs
- OperationPickerDialog.cs
- webeventbuffer.cs
- SoapInteropTypes.cs
- CollectionBuilder.cs
- Registry.cs
- UnrecognizedPolicyAssertionElement.cs
- CustomWebEventKey.cs
- DbParameterCollectionHelper.cs
- LayoutUtils.cs
- BooleanStorage.cs
- BaseUriHelper.cs
- SkipStoryboardToFill.cs
- CaseInsensitiveOrdinalStringComparer.cs
- TemplateInstanceAttribute.cs
- ValueSerializer.cs
- TypeForwardedToAttribute.cs
- AssemblyGen.cs
- WinEventHandler.cs
- SafeFileMapViewHandle.cs
- Base64Decoder.cs
- SectionUpdates.cs
- ProfileBuildProvider.cs
- WindowsFormsHostAutomationPeer.cs
- XmlNamespaceDeclarationsAttribute.cs
- SspiSafeHandles.cs
- BitmapEffectState.cs
- AssemblyFilter.cs
- DeleteIndexBinder.cs
- SchemaTableOptionalColumn.cs
- ObjectItemConventionAssemblyLoader.cs
- Animatable.cs
- DataPager.cs
- XmlElementAttributes.cs
- COM2PropertyDescriptor.cs
- ContextDataSourceView.cs
- FixedPosition.cs
- SliderAutomationPeer.cs
- ActivityMarkupSerializer.cs
- WebEventTraceProvider.cs
- DictionaryTraceRecord.cs
- EditorBrowsableAttribute.cs
- ComponentEditorPage.cs
- DebugInfoExpression.cs
- TypeSchema.cs
- DataServiceQueryOfT.cs
- ReliableSessionBindingElementImporter.cs
- ScrollViewerAutomationPeer.cs
- DocumentXmlWriter.cs
- DataRowComparer.cs
- InputBuffer.cs
- EpmCustomContentWriterNodeData.cs
- TextTreeNode.cs
- TextProperties.cs
- ProfileBuildProvider.cs
- ListBoxItem.cs
- BinaryMethodMessage.cs
- TemplateParser.cs
- DataGridViewCellStyleEditor.cs
- HttpListenerException.cs
- XPathNodeInfoAtom.cs
- SqlDataSource.cs
- TextDataBindingHandler.cs
- DataGridCheckBoxColumn.cs
- FromRequest.cs
- BamlResourceContent.cs
- SubMenuStyleCollection.cs
- _NetRes.cs
- DataGridViewCheckBoxCell.cs
- ListenerUnsafeNativeMethods.cs
- TypedTableBaseExtensions.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- TextSelectionHighlightLayer.cs
- CryptoApi.cs
- NotFiniteNumberException.cs
- PackageRelationshipSelector.cs
- XPathParser.cs
- OrderingQueryOperator.cs
- CellLabel.cs
- ExpressionServices.cs
- TagMapCollection.cs
- FormViewInsertedEventArgs.cs
- ApplicationContext.cs
- FixedHyperLink.cs
- DataKey.cs
- _ScatterGatherBuffers.cs
- MD5CryptoServiceProvider.cs
- EditCommandColumn.cs
- ToolStripProgressBar.cs
- TargetConverter.cs