Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodePrimitiveExpression.cs / 1305376 / CodePrimitiveExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodePrimitiveExpression : CodeExpression { private object value; ////// Represents a primitive value. /// ////// public CodePrimitiveExpression() { } ////// Initializes a new instance of ///. /// /// public CodePrimitiveExpression(object value) { Value = value; } ////// Initializes a new instance of ///using the specified /// object. /// /// public object Value { get { return value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the object to represent. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodePrimitiveExpression : CodeExpression { private object value; ////// Represents a primitive value. /// ////// public CodePrimitiveExpression() { } ////// Initializes a new instance of ///. /// /// public CodePrimitiveExpression(object value) { Value = value; } ////// Initializes a new instance of ///using the specified /// object. /// /// public object Value { get { return value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the object to represent. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConnectionManagementSection.cs
- EntityDataSourceSelectedEventArgs.cs
- BooleanToVisibilityConverter.cs
- UnsafeNetInfoNativeMethods.cs
- ErrorStyle.cs
- HtmlMeta.cs
- PersonalizationDictionary.cs
- TrustLevel.cs
- TableHeaderCell.cs
- ButtonFlatAdapter.cs
- DrawingGroup.cs
- InputMethod.cs
- OracleDataReader.cs
- DesignerActionService.cs
- AppDomainProtocolHandler.cs
- ExpressionBindings.cs
- Serializer.cs
- GuidTagList.cs
- MessageSecurityOverHttpElement.cs
- SqlDeflator.cs
- SortedSetDebugView.cs
- XmlElement.cs
- NewItemsContextMenuStrip.cs
- SharedPerformanceCounter.cs
- ColumnMapVisitor.cs
- PipelineModuleStepContainer.cs
- SystemTcpStatistics.cs
- SecurityHelper.cs
- DesignUtil.cs
- SpecularMaterial.cs
- DBAsyncResult.cs
- DataBindingCollectionConverter.cs
- OrderByBuilder.cs
- _SSPISessionCache.cs
- _UriTypeConverter.cs
- AttachedPropertyMethodSelector.cs
- BitmapData.cs
- ButtonStandardAdapter.cs
- RegexParser.cs
- TextServicesProperty.cs
- SafeMarshalContext.cs
- FontFamilyConverter.cs
- RuntimeHandles.cs
- InputMethodStateChangeEventArgs.cs
- SHA1Managed.cs
- _ScatterGatherBuffers.cs
- regiisutil.cs
- DrawingAttributesDefaultValueFactory.cs
- PreservationFileWriter.cs
- ListBox.cs
- XmlDomTextWriter.cs
- OleDbWrapper.cs
- HScrollBar.cs
- ParagraphResult.cs
- OperationContextScope.cs
- TraceLog.cs
- WindowHideOrCloseTracker.cs
- ExeContext.cs
- TransactionContextValidator.cs
- CanonicalFontFamilyReference.cs
- SoapExtensionReflector.cs
- BitmapSourceSafeMILHandle.cs
- BaseTemplateParser.cs
- SID.cs
- MsmqHostedTransportManager.cs
- DataStreamFromComStream.cs
- PnrpPeerResolverBindingElement.cs
- PropertyToken.cs
- DES.cs
- ExtensibleClassFactory.cs
- IImplicitResourceProvider.cs
- _CookieModule.cs
- TypeEnumerableViewSchema.cs
- SvcMapFileLoader.cs
- WebPartManagerDesigner.cs
- CompositeFontParser.cs
- PageAsyncTask.cs
- PowerModeChangedEventArgs.cs
- ModelFunctionTypeElement.cs
- ObjectListTitleAttribute.cs
- ClipboardData.cs
- DigestComparer.cs
- ShaderEffect.cs
- ComponentDesigner.cs
- HtmlLinkAdapter.cs
- Wizard.cs
- PointKeyFrameCollection.cs
- PropertyDescriptor.cs
- SqlXml.cs
- WorkflowMarkupSerializerMapping.cs
- CustomTrackingRecord.cs
- PropertyBuilder.cs
- FixedPageStructure.cs
- DesignerVerbCollection.cs
- PositiveTimeSpanValidatorAttribute.cs
- FormViewUpdateEventArgs.cs
- LocalizableAttribute.cs
- StrongName.cs
- LinkButton.cs
- SecurityState.cs