Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PagerSettings.cs
- CfgArc.cs
- DynamicQueryableWrapper.cs
- RoutedEventArgs.cs
- Model3D.cs
- BrowserCapabilitiesCompiler.cs
- ToolboxItem.cs
- ArglessEventHandlerProxy.cs
- Byte.cs
- sqlser.cs
- JoinCqlBlock.cs
- ClockGroup.cs
- SelectionListDesigner.cs
- ButtonBaseAdapter.cs
- CallbackHandler.cs
- PreviewKeyDownEventArgs.cs
- WebPermission.cs
- ByteAnimation.cs
- SoapCommonClasses.cs
- PersistChildrenAttribute.cs
- DbException.cs
- PolyBezierSegment.cs
- DataGridPageChangedEventArgs.cs
- MemberDescriptor.cs
- RegexRunner.cs
- XmlILStorageConverter.cs
- UserControl.cs
- RootBrowserWindow.cs
- SafeNativeMethodsMilCoreApi.cs
- DefaultEventAttribute.cs
- IMembershipProvider.cs
- Bezier.cs
- externdll.cs
- DbTransaction.cs
- XmlException.cs
- SessionSwitchEventArgs.cs
- MatrixTransform3D.cs
- XmlWhitespace.cs
- ClipboardData.cs
- DodSequenceMerge.cs
- FactoryGenerator.cs
- OperationPickerDialog.cs
- ContextQuery.cs
- ByteAnimation.cs
- ManipulationStartingEventArgs.cs
- VerificationException.cs
- SelectionHighlightInfo.cs
- IntSecurity.cs
- CompilationPass2TaskInternal.cs
- CultureSpecificStringDictionary.cs
- CharUnicodeInfo.cs
- BindingMemberInfo.cs
- FontInfo.cs
- ToolStripDropDownClosingEventArgs.cs
- DataListCommandEventArgs.cs
- Native.cs
- Task.cs
- WebPartConnectionsCancelVerb.cs
- HttpStreams.cs
- AutomationElement.cs
- SspiSafeHandles.cs
- TimeSpanStorage.cs
- Win32Native.cs
- ParentQuery.cs
- FileUpload.cs
- RSAPKCS1SignatureDeformatter.cs
- _AutoWebProxyScriptEngine.cs
- AutoGeneratedFieldProperties.cs
- KeyNotFoundException.cs
- PeerObject.cs
- Condition.cs
- _FtpDataStream.cs
- TransformerInfoCollection.cs
- Logging.cs
- MobilePage.cs
- MSAAEventDispatcher.cs
- ButtonPopupAdapter.cs
- EntityClassGenerator.cs
- ToolStripItemDataObject.cs
- AsnEncodedData.cs
- MimeReflector.cs
- DynamicObject.cs
- DelayLoadType.cs
- PowerModeChangedEventArgs.cs
- SchemaEntity.cs
- SoapInteropTypes.cs
- Subtree.cs
- DataGridViewControlCollection.cs
- HelpEvent.cs
- ToolStripOverflowButton.cs
- CachingParameterInspector.cs
- ImageIndexConverter.cs
- ShaderEffect.cs
- TableLayoutCellPaintEventArgs.cs
- Hex.cs
- ReflectPropertyDescriptor.cs
- SaveFileDialog.cs
- PagerSettings.cs
- EventLogPermissionEntry.cs
- UserControlFileEditor.cs