Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / XmlUtils / System / Xml / Xsl / QIL / QilSortKey.cs / 1 / QilSortKey.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Diagnostics; namespace System.Xml.Xsl.Qil { ////// View over a Qil SortKey operator. /// ////// Don't construct QIL nodes directly; instead, use the internal class QilSortKey : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ///QilFactory . ////// Construct a new node /// public QilSortKey(QilNodeType nodeType, QilNode key, QilNode collation) : base(nodeType, key, collation) { } //----------------------------------------------- // QilSortKey methods //----------------------------------------------- public QilNode Key { get { return Left; } set { Left = value; } } public QilNode Collation { get { return Right; } set { Right = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Diagnostics; namespace System.Xml.Xsl.Qil { ////// View over a Qil SortKey operator. /// ////// Don't construct QIL nodes directly; instead, use the internal class QilSortKey : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ///QilFactory . ////// Construct a new node /// public QilSortKey(QilNodeType nodeType, QilNode key, QilNode collation) : base(nodeType, key, collation) { } //----------------------------------------------- // QilSortKey methods //----------------------------------------------- public QilNode Key { get { return Left; } set { Left = value; } } public QilNode Collation { get { return Right; } set { Right = value; } } } } // 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
- ConfigsHelper.cs
- ObjectSelectorEditor.cs
- SoapSchemaExporter.cs
- XmlWrappingWriter.cs
- RegexGroupCollection.cs
- DBSchemaRow.cs
- IdleTimeoutMonitor.cs
- BaseInfoTable.cs
- ProfessionalColors.cs
- MissingMemberException.cs
- PropertyPushdownHelper.cs
- DiagnosticsConfigurationHandler.cs
- FilterException.cs
- RuleValidation.cs
- WebPartAddingEventArgs.cs
- TrackBar.cs
- ResourceBinder.cs
- SiteMapNode.cs
- AutomationEvent.cs
- ClientSettingsStore.cs
- TrustLevel.cs
- DataGridViewRowEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DesignerTransactionCloseEvent.cs
- OutputCacheSection.cs
- SecurityListenerSettingsLifetimeManager.cs
- StateChangeEvent.cs
- XmlSchemaSimpleContentRestriction.cs
- Expressions.cs
- SystemInfo.cs
- ListenerAdaptersInstallComponent.cs
- SelectionItemProviderWrapper.cs
- XmlSerializerFactory.cs
- MsmqTransportBindingElement.cs
- ObjectFullSpanRewriter.cs
- WebServiceTypeData.cs
- ReferenceList.cs
- StatusBarItemAutomationPeer.cs
- DeviceOverridableAttribute.cs
- Update.cs
- CompModSwitches.cs
- WebUtil.cs
- PrintPreviewGraphics.cs
- DataGridRow.cs
- PolyQuadraticBezierSegment.cs
- ListViewGroupConverter.cs
- JournalNavigationScope.cs
- DuplicateContext.cs
- Matrix3D.cs
- WebPartVerbCollection.cs
- PropertyCollection.cs
- ValuePatternIdentifiers.cs
- FixedSOMContainer.cs
- SqlSupersetValidator.cs
- PaintValueEventArgs.cs
- HandlerWithFactory.cs
- OLEDB_Util.cs
- SurrogateSelector.cs
- UnsafeNativeMethods.cs
- DecimalConstantAttribute.cs
- ListControl.cs
- InnerItemCollectionView.cs
- ConstrainedGroup.cs
- AttachInfo.cs
- CharKeyFrameCollection.cs
- DataConnectionHelper.cs
- QilFactory.cs
- TokenBasedSet.cs
- SourceElementsCollection.cs
- BasicHttpBindingCollectionElement.cs
- HandleExceptionArgs.cs
- EventEntry.cs
- LinqMaximalSubtreeNominator.cs
- Zone.cs
- ReferencedType.cs
- TraceXPathNavigator.cs
- NameTable.cs
- __Filters.cs
- MatrixTransform.cs
- BindingBase.cs
- CheckBox.cs
- InvocationExpression.cs
- EventHandlersStore.cs
- FactoryMaker.cs
- StringInfo.cs
- PaperSource.cs
- XmlnsDefinitionAttribute.cs
- ObjectHandle.cs
- IntSecurity.cs
- SyndicationDeserializer.cs
- InternalDispatchObject.cs
- ProcessManager.cs
- StringAnimationUsingKeyFrames.cs
- SimpleLine.cs
- SqlClientWrapperSmiStreamChars.cs
- XmlHelper.cs
- Math.cs
- Keywords.cs
- SchemaCollectionCompiler.cs
- Highlights.cs