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
- DayRenderEvent.cs
- AllMembershipCondition.cs
- EnvironmentPermission.cs
- AsyncContentLoadedEventArgs.cs
- TypeUsageBuilder.cs
- MailFileEditor.cs
- SpecialTypeDataContract.cs
- ListViewDataItem.cs
- ResourceAttributes.cs
- StreamAsIStream.cs
- XmlSecureResolver.cs
- PasswordValidationException.cs
- StrokeNodeOperations.cs
- GlobalDataBindingHandler.cs
- RepeaterItemEventArgs.cs
- HtmlValidatorAdapter.cs
- GB18030Encoding.cs
- WebEvents.cs
- SearchForVirtualItemEventArgs.cs
- BrowserInteropHelper.cs
- HashCodeCombiner.cs
- ComponentDispatcherThread.cs
- TraceInternal.cs
- SchemaName.cs
- SAPIEngineTypes.cs
- SqlFactory.cs
- ThreadPool.cs
- ResolveDuplex11AsyncResult.cs
- DockProviderWrapper.cs
- DiscoveryVersion.cs
- Dump.cs
- Matrix3DConverter.cs
- UdpDuplexChannel.cs
- SubMenuStyleCollection.cs
- SslStream.cs
- UxThemeWrapper.cs
- BackgroundWorker.cs
- HelpPage.cs
- BooleanProjectedSlot.cs
- EditorReuseAttribute.cs
- InternalConfigEventArgs.cs
- QuaternionValueSerializer.cs
- ControlEvent.cs
- PanelDesigner.cs
- ViewSimplifier.cs
- DbgCompiler.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- VirtualPathUtility.cs
- KeyboardNavigation.cs
- ByteRangeDownloader.cs
- DbConnectionPoolIdentity.cs
- HttpRequestWrapper.cs
- ToolStripContainerDesigner.cs
- MediaElementAutomationPeer.cs
- EncryptedPackageFilter.cs
- ControlBuilderAttribute.cs
- ControlBuilder.cs
- AssemblyAssociatedContentFileAttribute.cs
- InsufficientMemoryException.cs
- OneOfScalarConst.cs
- AutomationFocusChangedEventArgs.cs
- InstanceDataCollectionCollection.cs
- SecurityPolicySection.cs
- MeshGeometry3D.cs
- RawUIStateInputReport.cs
- DbConnectionStringCommon.cs
- uribuilder.cs
- MouseWheelEventArgs.cs
- ProxyWebPartManager.cs
- Symbol.cs
- Coordinator.cs
- AnnotationAuthorChangedEventArgs.cs
- hwndwrapper.cs
- BinaryParser.cs
- PasswordRecoveryAutoFormat.cs
- WriteTimeStream.cs
- XsdBuildProvider.cs
- ByteAnimationBase.cs
- ObjectIDGenerator.cs
- AppLevelCompilationSectionCache.cs
- BridgeDataReader.cs
- Type.cs
- UnknownBitmapEncoder.cs
- SignatureHelper.cs
- SystemColorTracker.cs
- DockPattern.cs
- SoapObjectWriter.cs
- DefaultValueConverter.cs
- PartialTrustVisibleAssembly.cs
- QueryAccessibilityHelpEvent.cs
- KeyboardNavigation.cs
- FactoryGenerator.cs
- ProfileGroupSettingsCollection.cs
- AspCompat.cs
- SqlCaseSimplifier.cs
- NavigationPropertySingletonExpression.cs
- DataBindingHandlerAttribute.cs
- WebPartDisplayModeCancelEventArgs.cs
- SynchronizationContext.cs
- XmlMemberMapping.cs