Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DirtyTextRange.cs
- TerminatingOperationBehavior.cs
- TreeWalker.cs
- EditorAttribute.cs
- ResourceKey.cs
- AppSettingsSection.cs
- IdentifierCollection.cs
- NameValuePermission.cs
- xml.cs
- QueryStoreStatusRequest.cs
- DoWorkEventArgs.cs
- ByteAnimation.cs
- TimeoutValidationAttribute.cs
- SiteMapNodeItemEventArgs.cs
- PreviewPrintController.cs
- PolicyException.cs
- SqlFormatter.cs
- RSAPKCS1KeyExchangeFormatter.cs
- AstTree.cs
- DocumentsTrace.cs
- DecimalConstantAttribute.cs
- MappedMetaModel.cs
- BaseAutoFormat.cs
- ButtonFlatAdapter.cs
- Int32Storage.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- MergePropertyDescriptor.cs
- CommentAction.cs
- SecUtil.cs
- DiscoveryVersion.cs
- WebPartCloseVerb.cs
- UserValidatedEventArgs.cs
- ADMembershipUser.cs
- ExpandableObjectConverter.cs
- RecognizedPhrase.cs
- AnimationLayer.cs
- CompModSwitches.cs
- dsa.cs
- SqlBulkCopyColumnMapping.cs
- FileFormatException.cs
- XmlSchemaImport.cs
- OutOfProcStateClientManager.cs
- FormViewPagerRow.cs
- RangeValidator.cs
- OleDbFactory.cs
- CollectionDataContract.cs
- ToolStripDropDownButton.cs
- TemplateXamlTreeBuilder.cs
- WebPartDeleteVerb.cs
- GridView.cs
- ActionMessageFilterTable.cs
- Stacktrace.cs
- TreeView.cs
- COMException.cs
- XmlComment.cs
- TextRenderingModeValidation.cs
- KeyMatchBuilder.cs
- SpotLight.cs
- SoapExtension.cs
- SecurityRuntime.cs
- BasicExpressionVisitor.cs
- ItemCheckEvent.cs
- StreamUpdate.cs
- InvalidateEvent.cs
- LogReservationCollection.cs
- Function.cs
- HttpResponseWrapper.cs
- AuthenticationServiceManager.cs
- StylusPointProperty.cs
- XpsResourcePolicy.cs
- StylusEventArgs.cs
- ButtonBase.cs
- DynamicDiscoSearcher.cs
- VariableAction.cs
- RenderDataDrawingContext.cs
- ThreadInterruptedException.cs
- Geometry3D.cs
- ProcessModuleCollection.cs
- TargetPerspective.cs
- Compiler.cs
- DiagnosticSection.cs
- MSAAEventDispatcher.cs
- ISAPIWorkerRequest.cs
- HoistedLocals.cs
- ViewPort3D.cs
- EncoderBestFitFallback.cs
- SqlDataReaderSmi.cs
- ChangeConflicts.cs
- SmiContext.cs
- AmbientProperties.cs
- SystemTcpConnection.cs
- XmlLinkedNode.cs
- ClrPerspective.cs
- AuthenticationSection.cs
- CodeAttributeArgument.cs
- SchemaInfo.cs
- CircleHotSpot.cs
- ResourceReferenceKeyNotFoundException.cs
- TraceSection.cs
- util.cs