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
- _HTTPDateParse.cs
- SamlAdvice.cs
- ExpressionVisitor.cs
- DataServiceBuildProvider.cs
- DependencyPropertyHelper.cs
- CodeTypeReferenceCollection.cs
- PerfCounters.cs
- DataObjectFieldAttribute.cs
- xamlnodes.cs
- TypeElement.cs
- XmlWhitespace.cs
- ButtonBase.cs
- ConnectionStringsExpressionBuilder.cs
- XmlILConstructAnalyzer.cs
- LineSegment.cs
- SchemaNotation.cs
- ListBindableAttribute.cs
- ManipulationDelta.cs
- NetNamedPipeSecurity.cs
- HtmlControl.cs
- ContentElementAutomationPeer.cs
- ShadowGlyph.cs
- ReliableReplySessionChannel.cs
- SBCSCodePageEncoding.cs
- PersonalizableTypeEntry.cs
- DateTimeParse.cs
- XmlSchemaChoice.cs
- Duration.cs
- IconHelper.cs
- NamespaceMapping.cs
- CachedFontFace.cs
- TypeDescriptorFilterService.cs
- FontFamily.cs
- DataSourceConverter.cs
- ViewPort3D.cs
- XmlText.cs
- TcpClientSocketManager.cs
- XmlBinaryReaderSession.cs
- DbProviderManifest.cs
- SqlServer2KCompatibilityCheck.cs
- SettingsContext.cs
- FileChangesMonitor.cs
- SpecialNameAttribute.cs
- IndependentlyAnimatedPropertyMetadata.cs
- QuaternionRotation3D.cs
- CollectionChangeEventArgs.cs
- CallId.cs
- HostedHttpContext.cs
- BypassElement.cs
- SchemaTypeEmitter.cs
- DateTimeParse.cs
- ExpandedWrapper.cs
- ContentDisposition.cs
- CompressedStack.cs
- InternalBufferOverflowException.cs
- FileNotFoundException.cs
- HttpCookieCollection.cs
- IteratorFilter.cs
- RenameRuleObjectDialog.Designer.cs
- BrushMappingModeValidation.cs
- ReaderWriterLock.cs
- StrokeIntersection.cs
- IconConverter.cs
- SortKey.cs
- BooleanAnimationBase.cs
- QilDataSource.cs
- DataObjectPastingEventArgs.cs
- HttpHandlerActionCollection.cs
- PasswordRecoveryAutoFormat.cs
- OutputCacheSection.cs
- UnsafeNativeMethods.cs
- CharacterHit.cs
- BamlStream.cs
- TagPrefixCollection.cs
- SizeFConverter.cs
- DesignerActionGlyph.cs
- DataSourceCache.cs
- FusionWrap.cs
- RelationshipEntry.cs
- RawStylusInput.cs
- NullableFloatMinMaxAggregationOperator.cs
- BuildProvider.cs
- NativeMethods.cs
- KeyboardDevice.cs
- CaseInsensitiveHashCodeProvider.cs
- ErrorHandler.cs
- HttpWriter.cs
- ProgressBarAutomationPeer.cs
- DefaultAsyncDataDispatcher.cs
- DbQueryCommandTree.cs
- HtmlInputButton.cs
- SafeThemeHandle.cs
- StringArrayConverter.cs
- CodeTypeParameter.cs
- SqlBuilder.cs
- PropertyChangedEventArgs.cs
- MultiPropertyDescriptorGridEntry.cs
- ContainerParagraph.cs
- DataListItemEventArgs.cs
- ExtendedProperty.cs