Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / AST / ParenExpr.cs / 1305376 / ParenExpr.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql.AST { using System; using System.Diagnostics; ////// Represents a paren expression ast node. /// internal sealed class ParenExpr : Node { private readonly AST.Node _expr; ////// Initializes paren expression. /// internal ParenExpr(AST.Node expr) { Debug.Assert(expr != null, "expr != null"); _expr = expr; } ////// Returns the parenthesized expression. /// internal AST.Node Expr { get { return _expr; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql.AST { using System; using System.Diagnostics; ////// Represents a paren expression ast node. /// internal sealed class ParenExpr : Node { private readonly AST.Node _expr; ////// Initializes paren expression. /// internal ParenExpr(AST.Node expr) { Debug.Assert(expr != null, "expr != null"); _expr = expr; } ////// Returns the parenthesized expression. /// internal AST.Node Expr { get { return _expr; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GlyphTypeface.cs
- TableLayoutPanel.cs
- ObjectHandle.cs
- SetIterators.cs
- DataGridRow.cs
- SmtpMail.cs
- IdleTimeoutMonitor.cs
- NeutralResourcesLanguageAttribute.cs
- SpellerHighlightLayer.cs
- LinearGradientBrush.cs
- TraceSection.cs
- sqlcontext.cs
- TableLayoutColumnStyleCollection.cs
- ProtectedProviderSettings.cs
- FormattedText.cs
- PersonalizableAttribute.cs
- RadioButtonAutomationPeer.cs
- ConcatQueryOperator.cs
- RewritingSimplifier.cs
- ZoomComboBox.cs
- CodeIdentifier.cs
- securitycriticaldataClass.cs
- ForwardPositionQuery.cs
- UriSectionReader.cs
- RSAPKCS1KeyExchangeFormatter.cs
- HealthMonitoringSection.cs
- DataSourceXmlTextReader.cs
- SafeFileMapViewHandle.cs
- KeyFrames.cs
- ItemList.cs
- XamlSerializationHelper.cs
- ProviderCollection.cs
- ComponentManagerBroker.cs
- LocalFileSettingsProvider.cs
- ResourceCategoryAttribute.cs
- Splitter.cs
- DataSvcMapFile.cs
- MDIWindowDialog.cs
- ArraySegment.cs
- RawAppCommandInputReport.cs
- GridViewCommandEventArgs.cs
- EntityClassGenerator.cs
- PageVisual.cs
- TagNameToTypeMapper.cs
- DocumentGridContextMenu.cs
- Simplifier.cs
- SystemInformation.cs
- RoutedCommand.cs
- InvalidMessageContractException.cs
- XmlSchemaSimpleType.cs
- UiaCoreTypesApi.cs
- UdpChannelListener.cs
- RectAnimationUsingKeyFrames.cs
- SourceChangedEventArgs.cs
- EncryptedData.cs
- FrameworkTextComposition.cs
- ContentPlaceHolder.cs
- SourceFileBuildProvider.cs
- HttpCapabilitiesSectionHandler.cs
- MetadataArtifactLoaderCompositeResource.cs
- ServiceDiscoveryElement.cs
- ThrowOnMultipleAssignment.cs
- DuplicateDetector.cs
- filewebresponse.cs
- DataGridTemplateColumn.cs
- ProtocolsConfiguration.cs
- BreakRecordTable.cs
- TransformPatternIdentifiers.cs
- IndexOutOfRangeException.cs
- Vector3D.cs
- SourceLineInfo.cs
- HtmlImage.cs
- SourceFileBuildProvider.cs
- OleDbPermission.cs
- ArgumentOutOfRangeException.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- CopyOfAction.cs
- KeyValuePairs.cs
- Publisher.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- MethodToken.cs
- DynamicILGenerator.cs
- ValueUnavailableException.cs
- ServerValidateEventArgs.cs
- ObjectReaderCompiler.cs
- querybuilder.cs
- TrackingDataItemValue.cs
- XmlIncludeAttribute.cs
- CqlGenerator.cs
- ISFTagAndGuidCache.cs
- ClonableStack.cs
- HtmlInputHidden.cs
- SecurityPermission.cs
- SynchronizationLockException.cs
- ConfigurationValidatorBase.cs
- KeyValueInternalCollection.cs
- AQNBuilder.cs
- CodeBinaryOperatorExpression.cs
- ClassicBorderDecorator.cs
- GridErrorDlg.cs