Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / QIL / QilSortKey.cs / 1305376 / 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
- DescriptionAttribute.cs
- COMException.cs
- XamlWriter.cs
- ControlBuilder.cs
- SocketException.cs
- ValidatedControlConverter.cs
- DataControlFieldCell.cs
- HotSpot.cs
- WebPartsPersonalization.cs
- StateDesigner.Helpers.cs
- FlowDecisionLabelFeature.cs
- WebPartMenu.cs
- CodeEntryPointMethod.cs
- SchemaDeclBase.cs
- ResourceExpressionBuilder.cs
- PerfService.cs
- DataGridColumnHeaderAutomationPeer.cs
- XmlDictionaryReader.cs
- AbandonedMutexException.cs
- OutOfProcStateClientManager.cs
- ContainerFilterService.cs
- ProtectedConfigurationProviderCollection.cs
- ListBoxItemWrapperAutomationPeer.cs
- StsCommunicationException.cs
- HttpCachePolicyElement.cs
- ServiceObjectContainer.cs
- HMACSHA512.cs
- MetadataArtifactLoaderResource.cs
- PropertyTabChangedEvent.cs
- SoapEnumAttribute.cs
- AnimationLayer.cs
- EventSchemaTraceListener.cs
- XmlSchemaAttributeGroup.cs
- GuidTagList.cs
- ListItemParagraph.cs
- CatalogZone.cs
- DataGridViewLayoutData.cs
- ContentType.cs
- WSFederationHttpSecurity.cs
- EmulateRecognizeCompletedEventArgs.cs
- Accessors.cs
- TableRowGroupCollection.cs
- InvalidAsynchronousStateException.cs
- NestedContainer.cs
- FormViewDesigner.cs
- NumberSubstitution.cs
- CodeAttachEventStatement.cs
- PageBuildProvider.cs
- ProxyElement.cs
- EventArgs.cs
- BufferCache.cs
- StatusBarPanel.cs
- InternalPermissions.cs
- SequenceDesigner.cs
- CodeCatchClause.cs
- HtmlEmptyTagControlBuilder.cs
- MultiDataTrigger.cs
- FormViewRow.cs
- XmlSchemaComplexType.cs
- _StreamFramer.cs
- DashStyle.cs
- DataSourceView.cs
- ResourcePart.cs
- XmlDocumentType.cs
- PermissionSetEnumerator.cs
- SqlRecordBuffer.cs
- SequentialOutput.cs
- ToolStripPanelRenderEventArgs.cs
- ToolStripOverflowButton.cs
- DataObjectMethodAttribute.cs
- DesignTimeParseData.cs
- EncryptedKey.cs
- XmlMembersMapping.cs
- XsltException.cs
- StateDesigner.Helpers.cs
- Comparer.cs
- AnnotationResourceCollection.cs
- WindowsContainer.cs
- SimpleRecyclingCache.cs
- ServiceDescription.cs
- IfJoinedCondition.cs
- MD5CryptoServiceProvider.cs
- WorkflowService.cs
- CodeDomLocalizationProvider.cs
- ObjectStateEntry.cs
- StoryFragments.cs
- ExceptionUtil.cs
- WindowPattern.cs
- ITreeGenerator.cs
- XslAst.cs
- MenuCommandsChangedEventArgs.cs
- LambdaCompiler.cs
- SHA256Managed.cs
- XmlSchemaAppInfo.cs
- DeploymentSection.cs
- HandleCollector.cs
- AsymmetricSecurityBindingElement.cs
- ResourceDisplayNameAttribute.cs
- SymDocumentType.cs
- ZipIOLocalFileDataDescriptor.cs