Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- CheckBoxList.cs
- TextSelectionProcessor.cs
- PocoEntityKeyStrategy.cs
- CroppedBitmap.cs
- InputScopeAttribute.cs
- DataGridViewCellStyle.cs
- WindowsFormsSectionHandler.cs
- XmlILModule.cs
- DataGridDesigner.cs
- MarkupObject.cs
- CompositeActivityDesigner.cs
- OutOfMemoryException.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- StickyNoteContentControl.cs
- ConstructorBuilder.cs
- QuaternionAnimationBase.cs
- CFStream.cs
- XmlSchemaObjectCollection.cs
- DWriteFactory.cs
- PropertyEmitter.cs
- validationstate.cs
- StringFreezingAttribute.cs
- TextContainer.cs
- GeneralTransform3D.cs
- DocumentDesigner.cs
- FileDetails.cs
- WebPartRestoreVerb.cs
- COMException.cs
- StubHelpers.cs
- HGlobalSafeHandle.cs
- SeverityFilter.cs
- SymmetricCryptoHandle.cs
- ResponseBodyWriter.cs
- AbstractSvcMapFileLoader.cs
- XmlSchemaObjectTable.cs
- filewebrequest.cs
- TypeListConverter.cs
- SQLMoneyStorage.cs
- XmlSchemaAll.cs
- DrawingServices.cs
- TypeTypeConverter.cs
- WebHttpBindingElement.cs
- LineUtil.cs
- DecoderNLS.cs
- HexParser.cs
- DataServiceQueryException.cs
- WebBrowser.cs
- SqlDelegatedTransaction.cs
- xdrvalidator.cs
- GridViewCommandEventArgs.cs
- RoutedEventConverter.cs
- BinaryKeyIdentifierClause.cs
- RuntimeArgumentHandle.cs
- RegexCompiler.cs
- ListDictionary.cs
- PingReply.cs
- FacetChecker.cs
- LinkLabel.cs
- MissingFieldException.cs
- FieldBuilder.cs
- _Connection.cs
- Visual3D.cs
- Point3DCollection.cs
- nulltextcontainer.cs
- FontInfo.cs
- MsmqHostedTransportConfiguration.cs
- UserPersonalizationStateInfo.cs
- DataBoundControlActionList.cs
- FileStream.cs
- GridEntry.cs
- StorageTypeMapping.cs
- ListViewUpdatedEventArgs.cs
- OleDbFactory.cs
- Filter.cs
- EventProviderClassic.cs
- DebuggerAttributes.cs
- XmlDataLoader.cs
- XmlSchemaAttributeGroupRef.cs
- TrackingMemoryStream.cs
- StorageConditionPropertyMapping.cs
- PrintDialogException.cs
- MethodExpr.cs
- NoneExcludedImageIndexConverter.cs
- Binding.cs
- CounterSample.cs
- PropertyOrder.cs
- AsymmetricSignatureFormatter.cs
- MulticastNotSupportedException.cs
- NamedPermissionSet.cs
- DateTimeFormatInfo.cs
- CacheEntry.cs
- TableRow.cs
- OledbConnectionStringbuilder.cs
- LZCodec.cs
- SecurityPermission.cs
- UpWmlMobileTextWriter.cs
- TranslateTransform.cs
- ViewLoader.cs
- CustomTypeDescriptor.cs
- SponsorHelper.cs