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
- Enum.cs
- ParserExtension.cs
- TraceUtils.cs
- XmlSchemaElement.cs
- SecurityDescriptor.cs
- CodeBinaryOperatorExpression.cs
- DescriptionAttribute.cs
- Span.cs
- Matrix.cs
- SerializerProvider.cs
- ArrayList.cs
- JsonClassDataContract.cs
- DataGridViewMethods.cs
- SortExpressionBuilder.cs
- BitmapFrameDecode.cs
- SchemaType.cs
- UInt16Storage.cs
- FactoryGenerator.cs
- MaskedTextProvider.cs
- CodeDOMUtility.cs
- SqlConnectionString.cs
- TreeIterator.cs
- BreakRecordTable.cs
- WindowsFormsSynchronizationContext.cs
- XmlSchemaSimpleTypeList.cs
- ListViewInsertionMark.cs
- LoginName.cs
- DefaultProxySection.cs
- FocusManager.cs
- PointCollection.cs
- RelatedView.cs
- ProjectionQueryOptionExpression.cs
- X509CertificateValidator.cs
- XPathException.cs
- InvalidWorkflowException.cs
- GridSplitterAutomationPeer.cs
- LabelAutomationPeer.cs
- ChineseLunisolarCalendar.cs
- HijriCalendar.cs
- ToolboxItemFilterAttribute.cs
- XmlSchemaObjectCollection.cs
- SystemUnicastIPAddressInformation.cs
- AuthenticationException.cs
- Scene3D.cs
- Util.cs
- CompositeTypefaceMetrics.cs
- ContentElementAutomationPeer.cs
- TableLayoutStyleCollection.cs
- PersianCalendar.cs
- EntityContainerRelationshipSet.cs
- HTMLTagNameToTypeMapper.cs
- ToolStripOverflow.cs
- Hashtable.cs
- GCHandleCookieTable.cs
- OleDbConnectionFactory.cs
- ConstraintStruct.cs
- SchemaCollectionCompiler.cs
- CheckBoxRenderer.cs
- DrawToolTipEventArgs.cs
- OleDbWrapper.cs
- ErrorFormatterPage.cs
- CollectionViewGroupInternal.cs
- ReplacementText.cs
- SystemUnicastIPAddressInformation.cs
- HtmlSelectionListAdapter.cs
- XMLDiffLoader.cs
- XmlToDatasetMap.cs
- HttpServerVarsCollection.cs
- DisplayNameAttribute.cs
- EditableTreeList.cs
- ToolBarButtonDesigner.cs
- ListenUriMode.cs
- XmlDataSource.cs
- ResourcePool.cs
- SamlAssertionKeyIdentifierClause.cs
- RoutedEventConverter.cs
- DetailsViewModeEventArgs.cs
- EncodingDataItem.cs
- DetailsViewModeEventArgs.cs
- SqlDataSourceQuery.cs
- GeometryValueSerializer.cs
- DocumentViewerBaseAutomationPeer.cs
- HtmlLink.cs
- Model3DGroup.cs
- PageClientProxyGenerator.cs
- ConstructorNeedsTagAttribute.cs
- TypedDatasetGenerator.cs
- ClockController.cs
- TextDecorations.cs
- CompensationDesigner.cs
- FormsIdentity.cs
- InstallerTypeAttribute.cs
- AutomationPatternInfo.cs
- NotifyParentPropertyAttribute.cs
- RowUpdatingEventArgs.cs
- ConfigurationErrorsException.cs
- DataControlPagerLinkButton.cs
- SafeMILHandle.cs
- XmlAttributeCollection.cs
- EntityDataSourceUtil.cs