Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeAssignStatement.cs / 1305376 / CodeAssignStatement.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 CodeAssignStatement : CodeStatement { private CodeExpression left; private CodeExpression right; ////// Represents a simple assignment statement. /// ////// public CodeAssignStatement() { } ////// Initializes a new instance of ///. /// /// public CodeAssignStatement(CodeExpression left, CodeExpression right) { Left = left; Right = right; } ////// Initializes a new instance of ///that represents the /// specified assignment values. /// /// public CodeExpression Left { get { return left; } set { left = value; } } ////// Gets or sets /// the variable to be assigned to. /// ////// public CodeExpression Right { get { return right; } set { right = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets /// the value to assign. /// ///// // //----------------------------------------------------------------------------- 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 CodeAssignStatement : CodeStatement { private CodeExpression left; private CodeExpression right; ////// Represents a simple assignment statement. /// ////// public CodeAssignStatement() { } ////// Initializes a new instance of ///. /// /// public CodeAssignStatement(CodeExpression left, CodeExpression right) { Left = left; Right = right; } ////// Initializes a new instance of ///that represents the /// specified assignment values. /// /// public CodeExpression Left { get { return left; } set { left = value; } } ////// Gets or sets /// the variable to be assigned to. /// ////// public CodeExpression Right { get { return right; } set { right = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets /// the value to assign. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IOException.cs
- UIPropertyMetadata.cs
- ReadOnlyHierarchicalDataSourceView.cs
- CompoundFileStreamReference.cs
- HttpVersion.cs
- SeekStoryboard.cs
- DataSourceConverter.cs
- QueryIntervalOp.cs
- ObjectHandle.cs
- NameValueConfigurationCollection.cs
- Validator.cs
- BrushConverter.cs
- DataSetFieldSchema.cs
- ObjectPersistData.cs
- LoginViewDesigner.cs
- SponsorHelper.cs
- ReadOnlyDictionary.cs
- PathFigureCollectionConverter.cs
- SafeRightsManagementHandle.cs
- XmlAnyAttributeAttribute.cs
- PrintEvent.cs
- DataGridViewCellStyleChangedEventArgs.cs
- CookieProtection.cs
- ExecutionEngineException.cs
- FigureParagraph.cs
- ChameleonKey.cs
- PageContentAsyncResult.cs
- TemplateBamlTreeBuilder.cs
- XmlSchemaGroupRef.cs
- DataKeyCollection.cs
- XmlSchemaDocumentation.cs
- RegexMatch.cs
- SqlDataReaderSmi.cs
- WebCategoryAttribute.cs
- XsdDuration.cs
- DoubleAnimationUsingPath.cs
- HandlerWithFactory.cs
- DetailsViewRowCollection.cs
- XmlSchemaDocumentation.cs
- DataSourceCollectionBase.cs
- KeyGestureConverter.cs
- InvalidPrinterException.cs
- XamlRtfConverter.cs
- ValueTypeFixupInfo.cs
- ObjectViewListener.cs
- ComponentDispatcherThread.cs
- ProxyAttribute.cs
- MarkupProperty.cs
- LoginCancelEventArgs.cs
- Converter.cs
- ElementUtil.cs
- TextServicesDisplayAttribute.cs
- FileAuthorizationModule.cs
- XmlSerializerFactory.cs
- DataServiceQueryException.cs
- KeyValueInternalCollection.cs
- Dispatcher.cs
- LicenseException.cs
- ResizeGrip.cs
- ApplicationFileParser.cs
- NativeMethods.cs
- StatusBarItem.cs
- QuotedPrintableStream.cs
- DocumentOrderComparer.cs
- PKCS1MaskGenerationMethod.cs
- _Connection.cs
- PathGradientBrush.cs
- RadioButtonList.cs
- GZipDecoder.cs
- HelpEvent.cs
- securitycriticaldataformultiplegetandset.cs
- RightsDocument.cs
- EnumMemberAttribute.cs
- AssemblyResourceLoader.cs
- MachineKeySection.cs
- HttpFileCollection.cs
- AliasedSlot.cs
- FilterRepeater.cs
- InteropExecutor.cs
- DBDataPermission.cs
- X509Certificate2.cs
- RequestSecurityTokenResponseCollection.cs
- RotationValidation.cs
- AtomicFile.cs
- GeometryCombineModeValidation.cs
- ObjectDataSourceDisposingEventArgs.cs
- RemoveStoryboard.cs
- BamlRecordReader.cs
- Grant.cs
- ListBindingConverter.cs
- MergablePropertyAttribute.cs
- ConstNode.cs
- InstallerTypeAttribute.cs
- Peer.cs
- AnimationLayer.cs
- SignedInfo.cs
- OleDbErrorCollection.cs
- IDQuery.cs
- SafeProcessHandle.cs
- XMLSchema.cs