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
- Style.cs
- DataObjectPastingEventArgs.cs
- recordstatescratchpad.cs
- TemplatedMailWebEventProvider.cs
- Span.cs
- XPathDocumentIterator.cs
- RunWorkerCompletedEventArgs.cs
- SchemaImporter.cs
- CharConverter.cs
- BasicExpressionVisitor.cs
- LockedHandleGlyph.cs
- ConfigurationStrings.cs
- SByte.cs
- WinCategoryAttribute.cs
- TrackingServices.cs
- UidManager.cs
- RegexWriter.cs
- TdsRecordBufferSetter.cs
- DashStyle.cs
- DependencyPropertyDescriptor.cs
- PenThread.cs
- ExternalFile.cs
- EventLogPermissionEntry.cs
- ListItem.cs
- EventDescriptorCollection.cs
- SessionStateModule.cs
- ZipFileInfoCollection.cs
- TimelineCollection.cs
- ColumnMapTranslator.cs
- ClientTargetSection.cs
- MenuAdapter.cs
- FontDialog.cs
- EditorBrowsableAttribute.cs
- XmlSignatureProperties.cs
- ActivityLocationReferenceEnvironment.cs
- Blend.cs
- MessageDecoder.cs
- DataTablePropertyDescriptor.cs
- SkinBuilder.cs
- StringToken.cs
- TerminatorSinks.cs
- PassportAuthenticationEventArgs.cs
- DiscriminatorMap.cs
- AggregateException.cs
- DelayedRegex.cs
- ExpressionNode.cs
- Parsers.cs
- VoiceInfo.cs
- ReadWriteObjectLock.cs
- Control.cs
- ListViewDeleteEventArgs.cs
- DataTableReader.cs
- MILUtilities.cs
- contentDescriptor.cs
- ComplusEndpointConfigContainer.cs
- XmlSerializationReader.cs
- RemotingConfiguration.cs
- DataGridRelationshipRow.cs
- InkCanvasInnerCanvas.cs
- AccessDataSourceView.cs
- PtsPage.cs
- DataStreamFromComStream.cs
- NativeCompoundFileAPIs.cs
- WebBrowsableAttribute.cs
- AdCreatedEventArgs.cs
- TransformedBitmap.cs
- PlatformNotSupportedException.cs
- DataFormats.cs
- CancelEventArgs.cs
- DataGridItemAutomationPeer.cs
- SemanticBasicElement.cs
- XmlObjectSerializer.cs
- BasicKeyConstraint.cs
- DataGridViewImageColumn.cs
- TextBoxBase.cs
- ValueTypePropertyReference.cs
- CapabilitiesSection.cs
- TranslateTransform3D.cs
- LocalizabilityAttribute.cs
- SessionState.cs
- PreProcessInputEventArgs.cs
- PrefixQName.cs
- HttpResponseMessageProperty.cs
- EmptyEnumerator.cs
- NameValueFileSectionHandler.cs
- TemplateBamlRecordReader.cs
- CodeObject.cs
- BitmapPalettes.cs
- Binding.cs
- SelectedGridItemChangedEvent.cs
- UniqueIdentifierService.cs
- BamlLocalizer.cs
- CounterCreationData.cs
- RequestQueryProcessor.cs
- TransportConfigurationTypeElementCollection.cs
- CodeAttributeDeclarationCollection.cs
- InvariantComparer.cs
- ConfigXmlDocument.cs
- XmlAutoDetectWriter.cs
- BaseParaClient.cs