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
- RelationshipManager.cs
- FormViewAutoFormat.cs
- RuntimeWrappedException.cs
- XPathBinder.cs
- RepeaterItem.cs
- MLangCodePageEncoding.cs
- PriorityRange.cs
- ProviderCollection.cs
- FilterException.cs
- SimpleWebHandlerParser.cs
- XmlSerializerObjectSerializer.cs
- SkinBuilder.cs
- ColorAnimation.cs
- VisualStyleInformation.cs
- WmpBitmapDecoder.cs
- SiteMap.cs
- SafeNativeMethodsMilCoreApi.cs
- CultureData.cs
- DataGridTable.cs
- FormViewRow.cs
- CommandHelper.cs
- Mapping.cs
- ItemList.cs
- XmlElementAttributes.cs
- TypeElementCollection.cs
- OAVariantLib.cs
- PlaceHolder.cs
- GCHandleCookieTable.cs
- DrawingGroupDrawingContext.cs
- ControlCollection.cs
- RotateTransform.cs
- AccessDataSource.cs
- OAVariantLib.cs
- WinEventTracker.cs
- ObjectSet.cs
- WindowsStatic.cs
- PointCollectionConverter.cs
- XXXInfos.cs
- AttachedPropertyBrowsableAttribute.cs
- InternalCache.cs
- odbcmetadatacolumnnames.cs
- DBConcurrencyException.cs
- Error.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- SystemThemeKey.cs
- KeySpline.cs
- OutputWindow.cs
- ExpandCollapseProviderWrapper.cs
- InputScope.cs
- SafeEventHandle.cs
- OutOfMemoryException.cs
- Emitter.cs
- WebPartDeleteVerb.cs
- SurrogateSelector.cs
- ReceiveDesigner.xaml.cs
- DataGridViewComboBoxCell.cs
- ComplexLine.cs
- XslTransformFileEditor.cs
- EventRouteFactory.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- Executor.cs
- SystemTcpConnection.cs
- KeysConverter.cs
- RegexTree.cs
- DesignerActionUI.cs
- StyleCollection.cs
- SyndicationSerializer.cs
- SeparatorAutomationPeer.cs
- XPathNodeInfoAtom.cs
- storepermission.cs
- DataTablePropertyDescriptor.cs
- SelectionRange.cs
- SqlBuffer.cs
- XmlSchemaAttributeGroupRef.cs
- XPathConvert.cs
- RichTextBoxAutomationPeer.cs
- PriorityChain.cs
- WebBrowserBase.cs
- ActivitySurrogateSelector.cs
- WebPartMovingEventArgs.cs
- SimpleBitVector32.cs
- AssociationEndMember.cs
- HTMLTagNameToTypeMapper.cs
- SchemaMapping.cs
- CacheSection.cs
- EncodingDataItem.cs
- SqlCacheDependencyDatabaseCollection.cs
- HitTestParameters3D.cs
- RoutedUICommand.cs
- InstanceCreationEditor.cs
- SessionConnectionReader.cs
- ResourcePool.cs
- SynchronizationFilter.cs
- ListSourceHelper.cs
- ObjectListFieldCollection.cs
- TemplateBindingExpressionConverter.cs
- Control.cs
- RangeBase.cs
- CodeIndexerExpression.cs
- ElementNotEnabledException.cs