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
- DispatcherTimer.cs
- MonikerHelper.cs
- Renderer.cs
- ConstructorBuilder.cs
- TextBoxBase.cs
- FileSystemEventArgs.cs
- PerfCounterSection.cs
- LogicalCallContext.cs
- HtmlInputHidden.cs
- TaskFileService.cs
- DataError.cs
- QueryTreeBuilder.cs
- SQLBinary.cs
- PlatformCulture.cs
- WinFormsSecurity.cs
- ConfigurationManagerInternal.cs
- WsdlParser.cs
- HierarchicalDataBoundControlAdapter.cs
- SecurityPermission.cs
- SetterBaseCollection.cs
- RootBrowserWindowProxy.cs
- BaseServiceProvider.cs
- DataPagerFieldCollection.cs
- Size3DConverter.cs
- SimpleBitVector32.cs
- ValidationManager.cs
- PropertyMetadata.cs
- XPathDescendantIterator.cs
- DocumentOrderQuery.cs
- DynamicRenderer.cs
- CommandSet.cs
- XmlAttributeProperties.cs
- ValidationError.cs
- EdmType.cs
- ContainerAction.cs
- HtmlElementCollection.cs
- ValidatorCollection.cs
- Sequence.cs
- Pen.cs
- FormViewRow.cs
- XmlSchemaObject.cs
- SynchronizedInputAdaptor.cs
- SafeViewOfFileHandle.cs
- UpdateCommand.cs
- ChtmlTextWriter.cs
- InputMethodStateChangeEventArgs.cs
- initElementDictionary.cs
- BaseValidator.cs
- TraceSection.cs
- CodeSnippetCompileUnit.cs
- DefaultAssemblyResolver.cs
- Mouse.cs
- DtrList.cs
- CodeDomConfigurationHandler.cs
- DbMetaDataCollectionNames.cs
- SpanIndex.cs
- DbParameterCollectionHelper.cs
- SharedConnectionWorkflowTransactionService.cs
- ResourcesBuildProvider.cs
- SubMenuStyleCollection.cs
- FrameworkPropertyMetadata.cs
- BuildManagerHost.cs
- BasicCellRelation.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DeviceContext2.cs
- ByteAnimation.cs
- MouseGestureConverter.cs
- CompleteWizardStep.cs
- SessionSwitchEventArgs.cs
- InternalUserCancelledException.cs
- SiteMapPath.cs
- TransportChannelListener.cs
- WorkflowDebuggerSteppingAttribute.cs
- OneWayBindingElementImporter.cs
- ControlUtil.cs
- TransactionProxy.cs
- XmlEventCache.cs
- DataTableMapping.cs
- SiteMap.cs
- LogLogRecordEnumerator.cs
- Context.cs
- ContentHostHelper.cs
- EnumValAlphaComparer.cs
- Dictionary.cs
- OperationDescriptionCollection.cs
- ScriptingSectionGroup.cs
- ProcessInfo.cs
- FilteredSchemaElementLookUpTable.cs
- ArraySegment.cs
- FastPropertyAccessor.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- MetadataPropertyCollection.cs
- TypeToken.cs
- AccessKeyManager.cs
- APCustomTypeDescriptor.cs
- ObservableCollectionDefaultValueFactory.cs
- RedistVersionInfo.cs
- Triplet.cs
- TypeConverterAttribute.cs
- ImageBrush.cs