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
- Help.cs
- XmlDomTextWriter.cs
- WebResourceUtil.cs
- PropertyTabChangedEvent.cs
- SspiWrapper.cs
- EraserBehavior.cs
- TransportBindingElementImporter.cs
- CompilerHelpers.cs
- LambdaExpression.cs
- BindingsSection.cs
- Buffer.cs
- WebPartCatalogCloseVerb.cs
- TiffBitmapEncoder.cs
- AppDomainShutdownMonitor.cs
- ItemsPanelTemplate.cs
- TraceXPathNavigator.cs
- SqlBulkCopyColumnMapping.cs
- StylusPlugInCollection.cs
- HwndSubclass.cs
- HttpCapabilitiesSectionHandler.cs
- DateTimeValueSerializerContext.cs
- NetNamedPipeBinding.cs
- GridViewRowPresenter.cs
- Documentation.cs
- ButtonField.cs
- BinaryParser.cs
- WinCategoryAttribute.cs
- LoginView.cs
- EventBuilder.cs
- FillErrorEventArgs.cs
- Animatable.cs
- XmlSchemaAnnotated.cs
- SqlError.cs
- AssemblyNameProxy.cs
- UInt64Converter.cs
- ListSourceHelper.cs
- InternalControlCollection.cs
- MdiWindowListStrip.cs
- ApplicationProxyInternal.cs
- UpDownBase.cs
- SamlAssertion.cs
- UnaryOperationBinder.cs
- _SSPIWrapper.cs
- SqlParameterCollection.cs
- Marshal.cs
- StylusEventArgs.cs
- WindowsStatusBar.cs
- XmlAttribute.cs
- AlphabeticalEnumConverter.cs
- InstancePersistenceException.cs
- BitmapFrameDecode.cs
- SerializationObjectManager.cs
- MessageFilterException.cs
- NodeLabelEditEvent.cs
- EventDescriptor.cs
- DefaultPrintController.cs
- EntityDataSourceDataSelectionPanel.cs
- MetadataFile.cs
- SerialStream.cs
- DetailsViewPagerRow.cs
- Rotation3DKeyFrameCollection.cs
- TextSimpleMarkerProperties.cs
- GradientStop.cs
- AuthorizationRule.cs
- GridViewColumnCollection.cs
- _LocalDataStore.cs
- Size.cs
- ToolboxSnapDragDropEventArgs.cs
- ForwardPositionQuery.cs
- LoginName.cs
- OdbcParameterCollection.cs
- ExtendedProtectionPolicyTypeConverter.cs
- ProcessHost.cs
- GroupJoinQueryOperator.cs
- XPathPatternBuilder.cs
- OleDbEnumerator.cs
- SchemaElementDecl.cs
- PageHandlerFactory.cs
- PageThemeParser.cs
- Vector3DCollection.cs
- TableParagraph.cs
- WebPartConnectionsCancelVerb.cs
- ContextMenu.cs
- ParameterCollection.cs
- XmlSchemaValidationException.cs
- OdbcCommand.cs
- CreateDataSourceDialog.cs
- Funcletizer.cs
- BitmapEffect.cs
- ToolStripLabel.cs
- XmlSchemaValidator.cs
- EventSetter.cs
- DecryptRequest.cs
- NonceToken.cs
- SudsCommon.cs
- WebPartExportVerb.cs
- XamlSerializerUtil.cs
- IndexingContentUnit.cs
- Rights.cs
- PropertyEmitter.cs