Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodePrimitiveExpression.cs / 1 / CodePrimitiveExpression.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ 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. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ 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
- MaskedTextProvider.cs
- RayMeshGeometry3DHitTestResult.cs
- CommandExpr.cs
- ListSurrogate.cs
- HostedTransportConfigurationManager.cs
- SqlDataSourceParameterParser.cs
- MenuItemStyle.cs
- InternalConfigHost.cs
- SynchronizationLockException.cs
- ScrollBar.cs
- ToolStripPanelSelectionGlyph.cs
- RelatedView.cs
- RuleConditionDialog.cs
- SqlTriggerAttribute.cs
- FrameDimension.cs
- EtwTrackingBehavior.cs
- ShaderEffect.cs
- DefaultHttpHandler.cs
- ReservationCollection.cs
- ParentUndoUnit.cs
- RichTextBox.cs
- LineServicesRun.cs
- XmlSchemaAll.cs
- WmlCommandAdapter.cs
- DataGridItemCollection.cs
- Quad.cs
- ContentFileHelper.cs
- MaterialCollection.cs
- IsolatedStorage.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ObjectNavigationPropertyMapping.cs
- RouteTable.cs
- ScrollProviderWrapper.cs
- MimePart.cs
- WaveHeader.cs
- BamlLocalizer.cs
- ViewBase.cs
- NameValueCollection.cs
- RotateTransform3D.cs
- MoveSizeWinEventHandler.cs
- GC.cs
- ValueSerializer.cs
- MulticastDelegate.cs
- TreeNodeConverter.cs
- AuthenticationServiceManager.cs
- HttpRuntime.cs
- MaterialGroup.cs
- DataGridCommandEventArgs.cs
- WebServiceEnumData.cs
- HighlightVisual.cs
- InvokeProviderWrapper.cs
- DBDataPermissionAttribute.cs
- DrawingAttributesDefaultValueFactory.cs
- ConfigUtil.cs
- ParsedAttributeCollection.cs
- XamlInterfaces.cs
- CalendarTable.cs
- CodeDirectiveCollection.cs
- TableProviderWrapper.cs
- SByte.cs
- Image.cs
- RelationshipManager.cs
- TransportConfigurationTypeElement.cs
- SoapSchemaMember.cs
- ModulesEntry.cs
- SqlConnectionString.cs
- PublisherIdentityPermission.cs
- DataTableReader.cs
- IndexedString.cs
- ServiceBehaviorElement.cs
- xml.cs
- InProcStateClientManager.cs
- ControlValuePropertyAttribute.cs
- XmlSecureResolver.cs
- TableLayoutCellPaintEventArgs.cs
- BindingCollection.cs
- InstanceLockTracking.cs
- PaintValueEventArgs.cs
- CalendarDesigner.cs
- ImageAutomationPeer.cs
- NetworkInformationPermission.cs
- MaskedTextBoxTextEditor.cs
- TraceRecord.cs
- PerfCounters.cs
- DataTemplateKey.cs
- DrawToolTipEventArgs.cs
- returneventsaver.cs
- PostBackTrigger.cs
- DataGridViewRowPrePaintEventArgs.cs
- DesignerSerializerAttribute.cs
- SortFieldComparer.cs
- Ref.cs
- TreeViewEvent.cs
- ErrorRuntimeConfig.cs
- CurrencyWrapper.cs
- ControllableStoryboardAction.cs
- CqlLexer.cs
- FixedTextPointer.cs
- ProfileEventArgs.cs
- Partitioner.cs