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
- QilGenerator.cs
- AuthenticateEventArgs.cs
- BulletedListEventArgs.cs
- XmlSchemaSimpleType.cs
- WebPartConnectionsConfigureVerb.cs
- XPathMessageContext.cs
- DataServiceBehavior.cs
- ScriptComponentDescriptor.cs
- GCHandleCookieTable.cs
- IODescriptionAttribute.cs
- FactoryId.cs
- InstanceDescriptor.cs
- X509ChainElement.cs
- TextView.cs
- HtmlTernaryTree.cs
- RenderContext.cs
- ConditionedDesigner.cs
- processwaithandle.cs
- ExtendLockCommand.cs
- _NtlmClient.cs
- DataGridViewRow.cs
- DataGridView.cs
- TextElement.cs
- Geometry.cs
- MenuItemAutomationPeer.cs
- AssociationTypeEmitter.cs
- httpstaticobjectscollection.cs
- StateMachineWorkflowDesigner.cs
- EncodingStreamWrapper.cs
- DocumentReferenceCollection.cs
- LinkDesigner.cs
- _ConnectStream.cs
- SystemWebExtensionsSectionGroup.cs
- ToolStripPanelRenderEventArgs.cs
- FunctionOverloadResolver.cs
- TemplatedMailWebEventProvider.cs
- safelink.cs
- ReflectionTypeLoadException.cs
- CustomAttributeSerializer.cs
- DataGridViewCellMouseEventArgs.cs
- CompilerScope.cs
- HttpInputStream.cs
- ImplicitInputBrush.cs
- DataBinding.cs
- CompilationSection.cs
- WizardStepBase.cs
- StyleModeStack.cs
- PublishLicense.cs
- UnsafeNativeMethods.cs
- TextContainerChangeEventArgs.cs
- DocComment.cs
- ArithmeticLiteral.cs
- DataGridItemCollection.cs
- FormCollection.cs
- BeginStoryboard.cs
- StylusTip.cs
- ViewBase.cs
- FixedTextSelectionProcessor.cs
- PolicyManager.cs
- TypeBuilder.cs
- Certificate.cs
- ContractsBCL.cs
- EdmTypeAttribute.cs
- TransportManager.cs
- COM2ExtendedUITypeEditor.cs
- ProcessHost.cs
- Emitter.cs
- ClientFormsIdentity.cs
- TransformPattern.cs
- _Connection.cs
- SHA512Cng.cs
- AxisAngleRotation3D.cs
- CachedCompositeFamily.cs
- BlurBitmapEffect.cs
- XsdValidatingReader.cs
- Pair.cs
- ToolStripPanel.cs
- ThemeDirectoryCompiler.cs
- EdmProperty.cs
- MsmqActivation.cs
- TdsParserSafeHandles.cs
- CodePrimitiveExpression.cs
- DataListCommandEventArgs.cs
- OleDbRowUpdatingEvent.cs
- LineMetrics.cs
- BinaryObjectWriter.cs
- DesigntimeLicenseContextSerializer.cs
- XmlSiteMapProvider.cs
- UpDownBaseDesigner.cs
- DescendentsWalker.cs
- AuthenticationException.cs
- ValidationRuleCollection.cs
- CopyNodeSetAction.cs
- CertificateManager.cs
- HttpStaticObjectsCollectionWrapper.cs
- ServiceOperationHelpers.cs
- DesignerSerializerAttribute.cs
- ScriptModule.cs
- ConsoleCancelEventArgs.cs
- EditorPartChrome.cs