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 / CodeAssignStatement.cs / 1 / CodeAssignStatement.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 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. /// ///// 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 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
- Grant.cs
- SafeNativeMethods.cs
- MessageHeaderDescription.cs
- ColumnWidthChangingEvent.cs
- RightsManagementErrorHandler.cs
- ControlBindingsCollection.cs
- AuthenticatedStream.cs
- TransformProviderWrapper.cs
- IntSecurity.cs
- XmlRootAttribute.cs
- SecurityHelper.cs
- WorkflowControlClient.cs
- PresentationTraceSources.cs
- UriTemplateTable.cs
- DbParameterCollection.cs
- ConversionContext.cs
- Crypto.cs
- DataGridViewComboBoxColumnDesigner.cs
- SecurityKeyIdentifier.cs
- EdmItemError.cs
- User.cs
- TransformerInfoCollection.cs
- ComboBoxItem.cs
- ListControl.cs
- TextEditorDragDrop.cs
- HandoffBehavior.cs
- SQLInt16Storage.cs
- DrawingImage.cs
- RegexWorker.cs
- PrintEvent.cs
- IntSecurity.cs
- Propagator.Evaluator.cs
- BamlBinaryWriter.cs
- Graphics.cs
- WorkflowViewElement.cs
- LocalizableAttribute.cs
- SafePEFileHandle.cs
- BitmapEffectDrawingContextState.cs
- SafeNativeMethods.cs
- ProfileGroupSettingsCollection.cs
- DiscoveryClientDocuments.cs
- TransformationRules.cs
- XmlArrayItemAttributes.cs
- DispatcherHookEventArgs.cs
- QueryResponse.cs
- ElementFactory.cs
- ValuePatternIdentifiers.cs
- NextPreviousPagerField.cs
- DbConnectionPoolGroup.cs
- SafeRightsManagementHandle.cs
- SettingsBindableAttribute.cs
- SqlConnectionPoolGroupProviderInfo.cs
- IisTraceWebEventProvider.cs
- ImageDrawing.cs
- TemplateParser.cs
- FontUnit.cs
- RemoveStoryboard.cs
- BypassElementCollection.cs
- ConfigurationManagerHelper.cs
- X509PeerCertificateAuthentication.cs
- XmlAttributeAttribute.cs
- OverrideMode.cs
- XmlNavigatorStack.cs
- CompilationRelaxations.cs
- SQLBinaryStorage.cs
- SecondaryViewProvider.cs
- CounterCreationData.cs
- EndpointIdentityConverter.cs
- BaseDataListDesigner.cs
- AssemblyCollection.cs
- DesignTimeVisibleAttribute.cs
- DBConcurrencyException.cs
- AsymmetricSignatureFormatter.cs
- CompModHelpers.cs
- FieldNameLookup.cs
- ServiceOperation.cs
- AttributeCollection.cs
- DataContractSerializerServiceBehavior.cs
- ControlBuilder.cs
- SHA256Managed.cs
- FixedDocumentSequencePaginator.cs
- EntityDataSourceUtil.cs
- DBCommandBuilder.cs
- AsyncOperation.cs
- Label.cs
- tooltip.cs
- AnchoredBlock.cs
- SqlFacetAttribute.cs
- WinFormsComponentEditor.cs
- Int32Animation.cs
- StdValidatorsAndConverters.cs
- ElementUtil.cs
- SerializationInfoEnumerator.cs
- ValueType.cs
- XpsFontSubsetter.cs
- FileVersionInfo.cs
- DiscardableAttribute.cs
- WebPartConnectionsCloseVerb.cs
- Token.cs
- SynchronizationFilter.cs