Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- OleDbRowUpdatedEvent.cs
- PopupRoot.cs
- CaseExpr.cs
- RoutedEventHandlerInfo.cs
- HtmlTextArea.cs
- MapPathBasedVirtualPathProvider.cs
- WasEndpointConfigContainer.cs
- Tuple.cs
- StyleModeStack.cs
- PropertiesTab.cs
- NotSupportedException.cs
- Vector3DConverter.cs
- TextRange.cs
- CommandArguments.cs
- Site.cs
- HostedElements.cs
- MdiWindowListItemConverter.cs
- EventBuilder.cs
- ConstantProjectedSlot.cs
- WebConfigurationFileMap.cs
- ServerValidateEventArgs.cs
- WorkerRequest.cs
- IdentityModelDictionary.cs
- MailAddressCollection.cs
- initElementDictionary.cs
- LinqDataSourceHelper.cs
- BitSet.cs
- SqlGatherProducedAliases.cs
- CreateUserWizard.cs
- SimplePropertyEntry.cs
- XmlSchemaSearchPattern.cs
- Membership.cs
- COM2ExtendedTypeConverter.cs
- Util.cs
- ButtonBaseAdapter.cs
- _ProxyChain.cs
- ProviderException.cs
- DbProviderFactoriesConfigurationHandler.cs
- FactoryMaker.cs
- Operators.cs
- AsyncOperationContext.cs
- PropertyItemInternal.cs
- IncrementalReadDecoders.cs
- XmlSchemaDatatype.cs
- EventMap.cs
- Latin1Encoding.cs
- ByteConverter.cs
- DataGrid.cs
- TrackingMemoryStreamFactory.cs
- ControllableStoryboardAction.cs
- CodeNamespaceImport.cs
- FieldMetadata.cs
- ButtonPopupAdapter.cs
- ComponentDispatcherThread.cs
- XmlnsDictionary.cs
- XPathMessageFilter.cs
- TreeViewDataItemAutomationPeer.cs
- WebPartZoneCollection.cs
- DataGridPreparingCellForEditEventArgs.cs
- BitHelper.cs
- ParameterCollection.cs
- AssemblyNameProxy.cs
- SqlFacetAttribute.cs
- Quaternion.cs
- EmptyQuery.cs
- InputBuffer.cs
- StateBag.cs
- OleDbMetaDataFactory.cs
- ManagementOperationWatcher.cs
- ValidatorCollection.cs
- WebRequestModulesSection.cs
- DecimalKeyFrameCollection.cs
- TransactionFormatter.cs
- TemplatePropertyEntry.cs
- XmlAggregates.cs
- BindValidator.cs
- CodeCommentStatementCollection.cs
- Baml6Assembly.cs
- ZipFileInfoCollection.cs
- ScopelessEnumAttribute.cs
- Encoding.cs
- Globals.cs
- RegularExpressionValidator.cs
- FixedPage.cs
- XmlCustomFormatter.cs
- RowSpanVector.cs
- CaseInsensitiveComparer.cs
- KeyConstraint.cs
- ReaderWriterLockWrapper.cs
- Type.cs
- NotSupportedException.cs
- _ProxyChain.cs
- SqlClientMetaDataCollectionNames.cs
- Color.cs
- CommandValueSerializer.cs
- MultipartContentParser.cs
- ConfigurationException.cs
- CapabilitiesAssignment.cs
- GroupItem.cs
- XmlCompatibilityReader.cs