Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / XPath / Internal / Root.cs / 1 / Root.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace MS.Internal.Xml.XPath {
using System;
using System.Xml;
using System.Xml.XPath;
internal class Root : AstNode {
public Root() {}
public override AstType Type { get { return AstType.Root; } }
public override XPathResultType ReturnType { get { return XPathResultType.NodeSet; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DBNull.cs
- XmlElementAttribute.cs
- CompositeScriptReference.cs
- TextSchema.cs
- RelatedView.cs
- PreviewPageInfo.cs
- HttpEncoder.cs
- BitVector32.cs
- ModelItemExtensions.cs
- ColorTransformHelper.cs
- RoutedEventValueSerializer.cs
- ConstantProjectedSlot.cs
- SmtpNetworkElement.cs
- DbConnectionStringBuilder.cs
- Stopwatch.cs
- MouseActionConverter.cs
- ArrayTypeMismatchException.cs
- IteratorDescriptor.cs
- SHA1.cs
- SessionIDManager.cs
- TextServicesProperty.cs
- RequestCachingSection.cs
- MediaTimeline.cs
- MouseGestureValueSerializer.cs
- QilParameter.cs
- MessageSmuggler.cs
- Base64Stream.cs
- OutOfProcStateClientManager.cs
- TrustLevel.cs
- WorkflowApplicationTerminatedException.cs
- SqlFactory.cs
- XmlDataSourceView.cs
- DataGridViewLayoutData.cs
- CustomPopupPlacement.cs
- ImageListUtils.cs
- EntityDataSource.cs
- PersistChildrenAttribute.cs
- MutexSecurity.cs
- RegexInterpreter.cs
- ButtonBase.cs
- HitTestParameters3D.cs
- XPathBinder.cs
- TargetParameterCountException.cs
- FloatAverageAggregationOperator.cs
- VisualBasicSettings.cs
- HttpContext.cs
- ColumnTypeConverter.cs
- RadioButton.cs
- SafeLocalMemHandle.cs
- ToolBarButtonClickEvent.cs
- Math.cs
- AggregateNode.cs
- DataSourceDescriptorCollection.cs
- ConfigXmlText.cs
- Crc32.cs
- TextTreeUndo.cs
- WaitHandleCannotBeOpenedException.cs
- StrokeCollection.cs
- ServicesExceptionNotHandledEventArgs.cs
- HostingEnvironment.cs
- BuildResultCache.cs
- OptimalTextSource.cs
- CollectionBuilder.cs
- SafeBitVector32.cs
- ChannelPoolSettingsElement.cs
- TableLayoutSettingsTypeConverter.cs
- ExitEventArgs.cs
- XmlSchemaSearchPattern.cs
- FontUnit.cs
- ProtectedConfigurationProviderCollection.cs
- Operand.cs
- Point4D.cs
- IsolatedStorage.cs
- PropertyGridCommands.cs
- DeploymentSectionCache.cs
- EditModeSwitchButton.cs
- Subtree.cs
- ForeignKeyFactory.cs
- SystemTcpConnection.cs
- DbParameterHelper.cs
- AppSettingsExpressionBuilder.cs
- DivideByZeroException.cs
- UpdateRecord.cs
- HuffModule.cs
- KeyEvent.cs
- SpecularMaterial.cs
- WebColorConverter.cs
- CompModSwitches.cs
- EntityModelSchemaGenerator.cs
- SqlClientFactory.cs
- SerTrace.cs
- StatusBarDrawItemEvent.cs
- SingleObjectCollection.cs
- Compiler.cs
- TransformConverter.cs
- RankException.cs
- MultiViewDesigner.cs
- iisPickupDirectory.cs
- PolicyException.cs
- CollectionChangeEventArgs.cs