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 / CodeExpressionStatement.cs / 1 / CodeExpressionStatement.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 CodeExpressionStatement : CodeStatement { private CodeExpression expression; ////// Represents /// a statement that is an expression. /// ////// public CodeExpressionStatement() { } ///[To be supplied.] ////// public CodeExpressionStatement(CodeExpression expression) { this.expression = expression; } ///[To be supplied.] ////// public CodeExpression Expression { get { return expression; } set { expression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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 CodeExpressionStatement : CodeStatement { private CodeExpression expression; ////// Represents /// a statement that is an expression. /// ////// public CodeExpressionStatement() { } ///[To be supplied.] ////// public CodeExpressionStatement(CodeExpression expression) { this.expression = expression; } ///[To be supplied.] ////// public CodeExpression Expression { get { return expression; } set { expression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnsafeNativeMethods.cs
- ColorTransform.cs
- SerializerProvider.cs
- TableAutomationPeer.cs
- KeyedCollection.cs
- DecoderFallback.cs
- GiveFeedbackEvent.cs
- TextTreeObjectNode.cs
- SliderAutomationPeer.cs
- CngUIPolicy.cs
- ConfigurationSettings.cs
- BinaryParser.cs
- DataSetMappper.cs
- WorkflowFileItem.cs
- XmlSerializerVersionAttribute.cs
- MulticastOption.cs
- DocumentPropertiesDialog.cs
- BitmapCodecInfoInternal.cs
- WhitespaceRule.cs
- WorkflowInvoker.cs
- InkCanvas.cs
- EnumValAlphaComparer.cs
- RootProfilePropertySettingsCollection.cs
- HashLookup.cs
- ErrorFormatterPage.cs
- ImageBrush.cs
- HealthMonitoringSection.cs
- WSDualHttpSecurityElement.cs
- ConfigXmlText.cs
- SecurityRuntime.cs
- SmiEventSink_DeferedProcessing.cs
- TransformerInfo.cs
- x509utils.cs
- LinkedDataMemberFieldEditor.cs
- SoapConverter.cs
- ParallelTimeline.cs
- XmlAnyElementAttributes.cs
- AttachedAnnotationChangedEventArgs.cs
- ActivationArguments.cs
- EventLogPermission.cs
- XmlCharCheckingReader.cs
- Literal.cs
- MetabaseSettings.cs
- DataListItemCollection.cs
- SiteMapNode.cs
- ListSortDescription.cs
- FrameworkName.cs
- CollectionBuilder.cs
- TransactionProtocolConverter.cs
- PrivacyNoticeElement.cs
- Trace.cs
- UnsafeNativeMethods.cs
- ListView.cs
- Vector3DKeyFrameCollection.cs
- AtlasWeb.Designer.cs
- WebBrowserNavigatingEventHandler.cs
- SimpleHandlerBuildProvider.cs
- BindingMemberInfo.cs
- DictionaryChange.cs
- UInt64Storage.cs
- DataGridPageChangedEventArgs.cs
- ReflectEventDescriptor.cs
- VarRemapper.cs
- RegexGroup.cs
- WindowHideOrCloseTracker.cs
- SelectionListDesigner.cs
- BooleanAnimationUsingKeyFrames.cs
- TextTreeFixupNode.cs
- WebPartActionVerb.cs
- MenuCommand.cs
- FrameSecurityDescriptor.cs
- FieldTemplateFactory.cs
- ThemeableAttribute.cs
- NoneExcludedImageIndexConverter.cs
- DrawingContextWalker.cs
- DesignObjectWrapper.cs
- PersistChildrenAttribute.cs
- WindowsListBox.cs
- SQLBytesStorage.cs
- CharacterBuffer.cs
- FontFamilyConverter.cs
- NameValueCollection.cs
- JsonStringDataContract.cs
- Attribute.cs
- UserControlParser.cs
- PrivateFontCollection.cs
- FigureParaClient.cs
- FlowNode.cs
- UserControlBuildProvider.cs
- ControlEvent.cs
- DynamicILGenerator.cs
- NullableDecimalSumAggregationOperator.cs
- DelayedRegex.cs
- StoreContentChangedEventArgs.cs
- OwnerDrawPropertyBag.cs
- PassportAuthenticationModule.cs
- VectorAnimationBase.cs
- FileDialogCustomPlacesCollection.cs
- WmiEventSink.cs
- TextProperties.cs