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
- OleDbConnectionFactory.cs
- PropertyDescriptorComparer.cs
- FocusChangedEventArgs.cs
- x509utils.cs
- ImageClickEventArgs.cs
- NavigationHelper.cs
- LoginCancelEventArgs.cs
- Substitution.cs
- MsmqReceiveHelper.cs
- SessionParameter.cs
- cache.cs
- EndpointInfoCollection.cs
- TabControl.cs
- XmlSchemaRedefine.cs
- QuaternionAnimation.cs
- CodeMethodInvokeExpression.cs
- ConsoleKeyInfo.cs
- DiagnosticTrace.cs
- RuntimeComponentFilter.cs
- SqlClientPermission.cs
- Identity.cs
- AppDomainUnloadedException.cs
- DateTimeConverter2.cs
- WorkflowDebuggerSteppingAttribute.cs
- XmlCharCheckingWriter.cs
- UnaryNode.cs
- HtmlEncodedRawTextWriter.cs
- ConnectionInterfaceCollection.cs
- FontEmbeddingManager.cs
- TraceRecord.cs
- BamlTreeMap.cs
- AuthenticationServiceManager.cs
- PageContent.cs
- clipboard.cs
- FlowLayoutPanel.cs
- WebZoneDesigner.cs
- SafeFileMapViewHandle.cs
- HtmlInputControl.cs
- XmlSchemaExternal.cs
- DocumentCollection.cs
- StoryFragments.cs
- NullRuntimeConfig.cs
- TextElementEditingBehaviorAttribute.cs
- Logging.cs
- TextEditorParagraphs.cs
- PrePostDescendentsWalker.cs
- SystemEvents.cs
- ParseHttpDate.cs
- MgmtConfigurationRecord.cs
- TCEAdapterGenerator.cs
- HttpCacheVary.cs
- LazyTextWriterCreator.cs
- SymbolTable.cs
- GenericTypeParameterBuilder.cs
- OneOfConst.cs
- XmlSerializerObjectSerializer.cs
- HttpProfileBase.cs
- HttpProtocolReflector.cs
- VisualTreeUtils.cs
- WindowsIdentity.cs
- WorkflowMarkupElementEventArgs.cs
- AssemblyResourceLoader.cs
- _SSPIWrapper.cs
- CompressEmulationStream.cs
- ProcessStartInfo.cs
- SettingsPropertyNotFoundException.cs
- CriticalExceptions.cs
- ConfigLoader.cs
- RecognitionResult.cs
- SecurityPermission.cs
- HighlightVisual.cs
- XmlSerializableReader.cs
- Menu.cs
- BindingRestrictions.cs
- SecurityTokenProvider.cs
- SimpleModelProvider.cs
- ContractCodeDomInfo.cs
- XmlObjectSerializerReadContextComplex.cs
- ProgressBarHighlightConverter.cs
- IdentityReference.cs
- HttpCookieCollection.cs
- DataGridViewComboBoxColumn.cs
- ListArgumentProvider.cs
- ResourceSet.cs
- Cell.cs
- MatrixAnimationUsingKeyFrames.cs
- ExpressionBuilder.cs
- StyleHelper.cs
- X509ClientCertificateAuthenticationElement.cs
- ProjectionPathBuilder.cs
- DataGridViewSortCompareEventArgs.cs
- WebPartEditVerb.cs
- DataGridViewColumnEventArgs.cs
- EditorOptionAttribute.cs
- LZCodec.cs
- Vertex.cs
- SafeNativeMethods.cs
- ListenerConnectionDemuxer.cs
- RecordConverter.cs
- SimpleMailWebEventProvider.cs