Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Query / InternalTrees / RulePatternOps.cs / 1305376 / RulePatternOps.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- 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 [....] // @backupOwner [....] //--------------------------------------------------------------------- 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
- CodeGotoStatement.cs
- TextAnchor.cs
- DataGridSortingEventArgs.cs
- CreateRefExpr.cs
- BindingWorker.cs
- SQLBinaryStorage.cs
- Highlights.cs
- CacheRequest.cs
- TreeViewItemAutomationPeer.cs
- IntSecurity.cs
- ProcessModelSection.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DesignerActionTextItem.cs
- PartitionerStatic.cs
- CodeSnippetStatement.cs
- FindCriteriaCD1.cs
- ProcessModelSection.cs
- precedingsibling.cs
- XmlSyndicationContent.cs
- ValueProviderWrapper.cs
- Gdiplus.cs
- EntityUtil.cs
- FunctionCommandText.cs
- XmlDocumentType.cs
- LoadWorkflowCommand.cs
- RequestTimeoutManager.cs
- ManipulationCompletedEventArgs.cs
- EmptyEnumerator.cs
- DataGridViewColumnHeaderCell.cs
- TreeViewImageIndexConverter.cs
- NumberFormatInfo.cs
- RegexStringValidator.cs
- XmlNamespaceMapping.cs
- XmlSchemaCollection.cs
- HttpTransportElement.cs
- processwaithandle.cs
- BaseCodeDomTreeGenerator.cs
- VersionedStreamOwner.cs
- HostedHttpRequestAsyncResult.cs
- ProjectedSlot.cs
- SafeFindHandle.cs
- CompilationLock.cs
- SmiContextFactory.cs
- EntityDataSourceState.cs
- SizeKeyFrameCollection.cs
- CodeIdentifiers.cs
- ClientUrlResolverWrapper.cs
- CTreeGenerator.cs
- WorkflowDispatchContext.cs
- DbProviderFactoriesConfigurationHandler.cs
- DBPropSet.cs
- StrokeCollection2.cs
- VisualCollection.cs
- ClientOperationFormatterProvider.cs
- SortExpressionBuilder.cs
- TheQuery.cs
- GroupQuery.cs
- WebPartConnection.cs
- AutoResetEvent.cs
- RequiredAttributeAttribute.cs
- FreeFormDragDropManager.cs
- ForEachDesigner.xaml.cs
- LoadedEvent.cs
- MetadataItemSerializer.cs
- BufferAllocator.cs
- exports.cs
- SerializationException.cs
- ListViewGroupItemCollection.cs
- ModelItemDictionaryImpl.cs
- xsdvalidator.cs
- ListSortDescriptionCollection.cs
- SystemInfo.cs
- UnicodeEncoding.cs
- ColorConvertedBitmap.cs
- EmbeddedMailObjectCollectionEditor.cs
- Interlocked.cs
- SimpleRecyclingCache.cs
- PageThemeParser.cs
- GeneralTransform.cs
- ListViewDataItem.cs
- SourceInterpreter.cs
- CompilerInfo.cs
- SmiRequestExecutor.cs
- NullableDecimalMinMaxAggregationOperator.cs
- RijndaelManaged.cs
- HttpListener.cs
- CodeDomSerializer.cs
- SiteMapDataSource.cs
- PersonalizationState.cs
- OleDbConnectionFactory.cs
- XPathBuilder.cs
- RemotingConfigParser.cs
- EntityFunctions.cs
- ContentPosition.cs
- StrongNameUtility.cs
- PnrpPeerResolverElement.cs
- securitymgrsite.cs
- SapiRecoContext.cs
- XmlLanguage.cs
- EventManager.cs