Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeExpressionStatement.cs / 1305376 / CodeExpressionStatement.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 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.] ///// // //----------------------------------------------------------------------------- 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 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
- TemplateControlParser.cs
- ObjectPropertyMapping.cs
- CodeRemoveEventStatement.cs
- DrawListViewColumnHeaderEventArgs.cs
- DependencyPropertyValueSerializer.cs
- FrugalList.cs
- ElementProxy.cs
- Quad.cs
- NativeMethods.cs
- XmlLinkedNode.cs
- Serializer.cs
- PhotoPrintingIntent.cs
- EntityContainerRelationshipSetEnd.cs
- TreeBuilderXamlTranslator.cs
- IApplicationTrustManager.cs
- ArcSegment.cs
- DataGridBoundColumn.cs
- TriState.cs
- NumericUpDownAccelerationCollection.cs
- Italic.cs
- FlowDocumentView.cs
- Overlapped.cs
- WindowsComboBox.cs
- SmtpMail.cs
- ListViewItemSelectionChangedEvent.cs
- WorkflowApplicationTerminatedException.cs
- HtmlInputPassword.cs
- AuthenticationManager.cs
- TypeSystem.cs
- PeerName.cs
- ListBoxItemAutomationPeer.cs
- ListViewUpdatedEventArgs.cs
- PropertyItemInternal.cs
- XmlExpressionDumper.cs
- ComponentChangingEvent.cs
- DmlSqlGenerator.cs
- ColumnPropertiesGroup.cs
- OperationBehaviorAttribute.cs
- XMLUtil.cs
- ToolStripControlHost.cs
- SelectionGlyphBase.cs
- Variant.cs
- AddInControllerImpl.cs
- NetTcpSecurityElement.cs
- XmlRawWriter.cs
- HeaderedItemsControl.cs
- StrongNameHelpers.cs
- ServiceObjectContainer.cs
- Point3DKeyFrameCollection.cs
- UpdateRecord.cs
- XmlSchemaIdentityConstraint.cs
- ColumnMapVisitor.cs
- AnnouncementDispatcherAsyncResult.cs
- NamespaceListProperty.cs
- IssuedTokenServiceCredential.cs
- XmlTextReader.cs
- FrameworkPropertyMetadata.cs
- DSASignatureDeformatter.cs
- WebPartConnectionsEventArgs.cs
- Ref.cs
- ErrorWebPart.cs
- SubtreeProcessor.cs
- DataServiceQueryOfT.cs
- ElementMarkupObject.cs
- CaseInsensitiveComparer.cs
- QuotedPrintableStream.cs
- ProcessManager.cs
- UriTemplateMatch.cs
- DynamicDiscoSearcher.cs
- EventLogPermission.cs
- AssemblyBuilder.cs
- CollectionChangedEventManager.cs
- ExternalException.cs
- EditorPartCollection.cs
- DbTransaction.cs
- ModelUIElement3D.cs
- HttpCookie.cs
- CompositeCollectionView.cs
- TreeNodeSelectionProcessor.cs
- SoapRpcServiceAttribute.cs
- DataBoundControlHelper.cs
- CompiledRegexRunner.cs
- BaseConfigurationRecord.cs
- ItemDragEvent.cs
- XmlUtilWriter.cs
- XmlSerializationReader.cs
- XamlTypeMapper.cs
- Normalization.cs
- NamedPermissionSet.cs
- ChtmlTextWriter.cs
- WebBrowserHelper.cs
- ContextProperty.cs
- ReceiveSecurityHeaderEntry.cs
- TypedTableHandler.cs
- shaperfactory.cs
- ThreadAbortException.cs
- CurrencyWrapper.cs
- EntityDataSourceViewSchema.cs
- DataControlFieldsEditor.cs
- BadImageFormatException.cs