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
- XmlSerializerNamespaces.cs
- ContentDisposition.cs
- OneOfElement.cs
- Transform.cs
- GAC.cs
- SaveFileDialog.cs
- GrammarBuilderPhrase.cs
- ClientType.cs
- ParameterCollection.cs
- ItemType.cs
- BitmapPalettes.cs
- DrawingGroupDrawingContext.cs
- TableRow.cs
- EmbossBitmapEffect.cs
- WebPartConnectionCollection.cs
- DeviceContext.cs
- LoginCancelEventArgs.cs
- BuiltInExpr.cs
- Accessible.cs
- TrackingWorkflowEventArgs.cs
- ExtendedPropertyCollection.cs
- UInt32Storage.cs
- xmlfixedPageInfo.cs
- MatrixCamera.cs
- RefreshEventArgs.cs
- SettingsPropertyNotFoundException.cs
- ManagementEventArgs.cs
- TemplateApplicationHelper.cs
- LoginCancelEventArgs.cs
- TypedTableGenerator.cs
- serverconfig.cs
- CodeLabeledStatement.cs
- HtmlTableCell.cs
- Matrix3DValueSerializer.cs
- ToolBarButtonClickEvent.cs
- EncodingTable.cs
- RemoteWebConfigurationHostStream.cs
- GeometryValueSerializer.cs
- MembershipValidatePasswordEventArgs.cs
- ServicesUtilities.cs
- OleDbWrapper.cs
- ResourceProviderFactory.cs
- TextMarkerSource.cs
- ResourceAssociationType.cs
- DataChangedEventManager.cs
- PtsHost.cs
- ReverseQueryOperator.cs
- PreviewKeyDownEventArgs.cs
- SocketInformation.cs
- RealizationDrawingContextWalker.cs
- ExpressionBuilder.cs
- Variant.cs
- WebPartEditorCancelVerb.cs
- Timer.cs
- SendMessageRecord.cs
- ConnectorDragDropGlyph.cs
- ReadOnlyMetadataCollection.cs
- ControlParameter.cs
- HighlightComponent.cs
- SamlAuthorityBinding.cs
- TypeValidationEventArgs.cs
- ValidatorUtils.cs
- SettingsSavedEventArgs.cs
- CodeTypeDelegate.cs
- RowSpanVector.cs
- ProcessRequestArgs.cs
- InnerItemCollectionView.cs
- Transform.cs
- SmiSettersStream.cs
- DataSourceView.cs
- TableLayoutPanel.cs
- StyleBamlTreeBuilder.cs
- JsonStringDataContract.cs
- Lasso.cs
- ProcessStartInfo.cs
- SoapObjectInfo.cs
- ComboBoxAutomationPeer.cs
- XmlSerializationGeneratedCode.cs
- GeneralTransform.cs
- GridViewHeaderRowPresenter.cs
- UnsafeNativeMethods.cs
- Propagator.ExtentPlaceholderCreator.cs
- CompilerError.cs
- TracedNativeMethods.cs
- RawKeyboardInputReport.cs
- DataPagerFieldCollection.cs
- PerformanceCounterPermissionEntry.cs
- MatrixAnimationUsingPath.cs
- OdbcConnectionOpen.cs
- FontCacheUtil.cs
- GradientBrush.cs
- HtmlInputFile.cs
- InvalidContentTypeException.cs
- TextOutput.cs
- PtsHelper.cs
- DataMember.cs
- TreeWalker.cs
- DeobfuscatingStream.cs
- MonitorWrapper.cs
- DebugManager.cs