Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- FileDetails.cs
- complextypematerializer.cs
- basemetadatamappingvisitor.cs
- FullTrustAssembly.cs
- ReverseInheritProperty.cs
- ProxyHwnd.cs
- LocatorPartList.cs
- Help.cs
- CounterCreationData.cs
- securitycriticaldataformultiplegetandset.cs
- DataPagerCommandEventArgs.cs
- SqlDataSourceFilteringEventArgs.cs
- GregorianCalendarHelper.cs
- Dictionary.cs
- PeerInvitationResponse.cs
- TextRunCache.cs
- OptimalBreakSession.cs
- RestHandlerFactory.cs
- SignatureGenerator.cs
- Form.cs
- RelationshipNavigation.cs
- HttpFormatExtensions.cs
- CompensatableTransactionScopeActivity.cs
- PartialArray.cs
- StringUtil.cs
- EntityTransaction.cs
- SecurityDocument.cs
- TopClause.cs
- DoubleCollection.cs
- _CookieModule.cs
- StickyNote.cs
- IDictionary.cs
- OverflowException.cs
- PrincipalPermission.cs
- EmptyReadOnlyDictionaryInternal.cs
- IndentedWriter.cs
- XmlResolver.cs
- ButtonChrome.cs
- HtmlTableRowCollection.cs
- SimpleType.cs
- SizeF.cs
- InsufficientMemoryException.cs
- MultipartContentParser.cs
- DBConcurrencyException.cs
- DecoderNLS.cs
- propertytag.cs
- Authorization.cs
- DrawingImage.cs
- RegexCode.cs
- TextSimpleMarkerProperties.cs
- ConsoleKeyInfo.cs
- _TransmitFileOverlappedAsyncResult.cs
- CorrelationActionMessageFilter.cs
- PreviewControlDesigner.cs
- RootProfilePropertySettingsCollection.cs
- HtmlEmptyTagControlBuilder.cs
- PersistenceTypeAttribute.cs
- BamlBinaryWriter.cs
- MsmqHostedTransportManager.cs
- ImageField.cs
- Tokenizer.cs
- Serialization.cs
- CodeNamespaceCollection.cs
- HtmlEmptyTagControlBuilder.cs
- TraceSource.cs
- SqlCharStream.cs
- List.cs
- SqlClientPermission.cs
- _WinHttpWebProxyDataBuilder.cs
- ArrayTypeMismatchException.cs
- ColumnPropertiesGroup.cs
- IImplicitResourceProvider.cs
- UIElement3DAutomationPeer.cs
- PersonalizationEntry.cs
- Preprocessor.cs
- ConfigurationValidatorAttribute.cs
- AmbientProperties.cs
- AuthenticatedStream.cs
- WebHttpEndpoint.cs
- VisualTreeUtils.cs
- ManagementObjectSearcher.cs
- UnauthorizedWebPart.cs
- MaxValueConverter.cs
- SiteMapHierarchicalDataSourceView.cs
- CompensationParticipant.cs
- OdbcHandle.cs
- activationcontext.cs
- SizeAnimation.cs
- HttpListenerException.cs
- RelationshipDetailsCollection.cs
- OdbcConnection.cs
- ImageList.cs
- ErrorStyle.cs
- ImmComposition.cs
- ImageMap.cs
- MatrixTransform3D.cs
- UrlPath.cs
- SiteMapProvider.cs
- BinaryReader.cs
- RegexCaptureCollection.cs