Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Query / InternalTrees / RulePatternOps.cs / 1 / RulePatternOps.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Data.Metadata.Edm; using System.Globalization; namespace System.Data.Query.InternalTrees { ////// LeafOp - matches any subtree /// internal sealed class LeafOp : RulePatternOp { ////// The singleton instance of this class /// internal static readonly LeafOp Instance = new LeafOp(); internal static readonly LeafOp Pattern = Instance; ////// 0 children /// internal override int Arity { get { return 0; } } #region constructors ////// Niladic constructor /// private LeafOp() : base(OpType.Leaf) { } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Data.Metadata.Edm; using System.Globalization; namespace System.Data.Query.InternalTrees { ////// LeafOp - matches any subtree /// internal sealed class LeafOp : RulePatternOp { ////// The singleton instance of this class /// internal static readonly LeafOp Instance = new LeafOp(); internal static readonly LeafOp Pattern = Instance; ////// 0 children /// internal override int Arity { get { return 0; } } #region constructors ////// Niladic constructor /// private LeafOp() : base(OpType.Leaf) { } #endregion } } // 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
- OfTypeExpression.cs
- PageContent.cs
- WindowsSecurityToken.cs
- FixedSOMContainer.cs
- Listen.cs
- LateBoundBitmapDecoder.cs
- AggregateNode.cs
- ArrangedElement.cs
- AdvancedBindingPropertyDescriptor.cs
- COM2ExtendedBrowsingHandler.cs
- Byte.cs
- NotifyIcon.cs
- WebBodyFormatMessageProperty.cs
- OracleSqlParser.cs
- UnconditionalPolicy.cs
- SoapFault.cs
- Composition.cs
- RenderDataDrawingContext.cs
- BindingMemberInfo.cs
- DataTableReaderListener.cs
- ToolStripContentPanel.cs
- SizeKeyFrameCollection.cs
- MediaTimeline.cs
- DesignerActionGlyph.cs
- PKCS1MaskGenerationMethod.cs
- CalendarKeyboardHelper.cs
- XmlDocumentSerializer.cs
- ArraySegment.cs
- Asn1IntegerConverter.cs
- handlecollector.cs
- SymLanguageType.cs
- IImplicitResourceProvider.cs
- ShaderRenderModeValidation.cs
- SortedDictionary.cs
- FieldCollectionEditor.cs
- SafeRightsManagementQueryHandle.cs
- GeneralTransform3D.cs
- SubstitutionResponseElement.cs
- DynamicQueryableWrapper.cs
- HttpBindingExtension.cs
- TemplateControlBuildProvider.cs
- HwndPanningFeedback.cs
- ApplicationHost.cs
- AnnotationAuthorChangedEventArgs.cs
- XmlIgnoreAttribute.cs
- IndexOutOfRangeException.cs
- sqlstateclientmanager.cs
- WindowsRichEdit.cs
- NextPreviousPagerField.cs
- AdapterSwitches.cs
- DataGridViewHitTestInfo.cs
- Models.cs
- PDBReader.cs
- ComponentCommands.cs
- DomainUpDown.cs
- OleAutBinder.cs
- PassportAuthenticationModule.cs
- ToolStripGrip.cs
- ConfigUtil.cs
- SecurityKeyIdentifierClause.cs
- GridViewRow.cs
- TextureBrush.cs
- GridViewDeletedEventArgs.cs
- ComboBox.cs
- CalendarTable.cs
- StyleCollection.cs
- MobileListItem.cs
- ItemDragEvent.cs
- SystemIPGlobalStatistics.cs
- AssemblyBuilderData.cs
- CodeMemberEvent.cs
- LocationSectionRecord.cs
- OdbcParameter.cs
- SectionRecord.cs
- DataGridParentRows.cs
- CustomValidator.cs
- Rect.cs
- WebBrowserNavigatingEventHandler.cs
- SingleResultAttribute.cs
- PrintPreviewDialog.cs
- ProfileGroupSettingsCollection.cs
- ScaleTransform3D.cs
- GACIdentityPermission.cs
- HttpRuntime.cs
- OleDbRowUpdatedEvent.cs
- InvalidDataException.cs
- ViewGenResults.cs
- autovalidator.cs
- IndependentlyAnimatedPropertyMetadata.cs
- Sequence.cs
- PeerSecurityManager.cs
- AutomationPatternInfo.cs
- TaskHelper.cs
- ErrorHandler.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- WebRequest.cs
- CodeExporter.cs
- MenuItem.cs
- ItemPager.cs
- ManagementObjectSearcher.cs