Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / XPath / Internal / Group.cs / 1305376 / Group.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace MS.Internal.Xml.XPath { using System; using System.Xml; using System.Xml.XPath; using System.Diagnostics; using System.Globalization; internal class Group : AstNode { private AstNode groupNode; public Group(AstNode groupNode) { this.groupNode = groupNode; } public override AstType Type { get { return AstType.Group; } } public override XPathResultType ReturnType { get { return XPathResultType.NodeSet; } } public AstNode GroupNode { get { return groupNode; } } } } // 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
- DataServicePagingProviderWrapper.cs
- DataListAutoFormat.cs
- CodeAssignStatement.cs
- FullTrustAssembly.cs
- HtmlElementCollection.cs
- ConnectionPointGlyph.cs
- TrackingExtract.cs
- _OverlappedAsyncResult.cs
- StylusPointPropertyId.cs
- BroadcastEventHelper.cs
- PrintPreviewDialog.cs
- TraceFilter.cs
- DynamicObjectAccessor.cs
- PageThemeCodeDomTreeGenerator.cs
- TableCellAutomationPeer.cs
- SingleStorage.cs
- HtmlHistory.cs
- SafeThreadHandle.cs
- input.cs
- Stack.cs
- HttpEncoder.cs
- SchemaEntity.cs
- Publisher.cs
- ScalarRestriction.cs
- TransformerInfoCollection.cs
- __TransparentProxy.cs
- DataGridViewSelectedRowCollection.cs
- ServiceBusyException.cs
- SignatureConfirmationElement.cs
- MetaModel.cs
- Font.cs
- ConnectionManagementSection.cs
- LinearQuaternionKeyFrame.cs
- SystemSounds.cs
- SimpleNameService.cs
- X509Utils.cs
- GeneralTransformGroup.cs
- DescendantBaseQuery.cs
- Util.cs
- UrlPropertyAttribute.cs
- GridViewUpdateEventArgs.cs
- CodeIndexerExpression.cs
- FileEnumerator.cs
- WpfKnownMember.cs
- CriticalExceptions.cs
- DataTableMappingCollection.cs
- TreePrinter.cs
- CalloutQueueItem.cs
- EditingScope.cs
- AssemblyResourceLoader.cs
- WindowAutomationPeer.cs
- BindableTemplateBuilder.cs
- InvokeProviderWrapper.cs
- MetadataPropertyvalue.cs
- FormsAuthenticationUser.cs
- InteropBitmapSource.cs
- ButtonBase.cs
- XmlComment.cs
- ColorTransformHelper.cs
- MenuAutomationPeer.cs
- XhtmlBasicTextBoxAdapter.cs
- ServiceHostingEnvironment.cs
- DBConcurrencyException.cs
- MD5.cs
- RemotingConfiguration.cs
- FormViewRow.cs
- SystemTcpConnection.cs
- PrincipalPermission.cs
- FrameDimension.cs
- ConfigXmlAttribute.cs
- ZoomingMessageFilter.cs
- ExpressionBinding.cs
- DesignColumn.cs
- IndexerNameAttribute.cs
- Scheduler.cs
- AsymmetricKeyExchangeDeformatter.cs
- storepermissionattribute.cs
- CommandEventArgs.cs
- _RegBlobWebProxyDataBuilder.cs
- DocumentPage.cs
- ControlTemplate.cs
- TextTreeDeleteContentUndoUnit.cs
- AuthenticationModuleElement.cs
- EnumType.cs
- StringStorage.cs
- ControlCachePolicy.cs
- WeakReferenceKey.cs
- BoundingRectTracker.cs
- StringSource.cs
- MethodToken.cs
- MgmtConfigurationRecord.cs
- TemplateBindingExtensionConverter.cs
- WriteableBitmap.cs
- HandledEventArgs.cs
- MediaEntryAttribute.cs
- WorkflowServiceHostFactory.cs
- WindowCollection.cs
- HtmlInputRadioButton.cs
- GuidTagList.cs
- WebPartChrome.cs