Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / XmlUtils / System / Xml / Xsl / QIL / QilChoice.cs / 1 / QilChoice.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Collections; using System.Diagnostics; using System.Xml.Schema; using System.Xml.Xsl; namespace System.Xml.Xsl.Qil { ////// View over a Qil choice operator. /// ////// Don't construct QIL nodes directly; instead, use the internal class QilChoice : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ///QilFactory . ////// Construct a new node /// public QilChoice(QilNodeType nodeType, QilNode expression, QilNode branches) : base(nodeType, expression, branches) { } //----------------------------------------------- // QilChoice methods //----------------------------------------------- public QilNode Expression { get { return Left; } set { Left = value; } } public QilList Branches { get { return (QilList) 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.Collections; using System.Diagnostics; using System.Xml.Schema; using System.Xml.Xsl; namespace System.Xml.Xsl.Qil { ////// View over a Qil choice operator. /// ////// Don't construct QIL nodes directly; instead, use the internal class QilChoice : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ///QilFactory . ////// Construct a new node /// public QilChoice(QilNodeType nodeType, QilNode expression, QilNode branches) : base(nodeType, expression, branches) { } //----------------------------------------------- // QilChoice methods //----------------------------------------------- public QilNode Expression { get { return Left; } set { Left = value; } } public QilList Branches { get { return (QilList) 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
- EnumerableRowCollectionExtensions.cs
- XmlDocumentFragment.cs
- RegexWriter.cs
- Parsers.cs
- DelegateArgument.cs
- DateTimeUtil.cs
- RegexWorker.cs
- LinkedResource.cs
- DataGridViewColumnCollection.cs
- UnmanagedMarshal.cs
- DesignerDataColumn.cs
- SymLanguageVendor.cs
- RuleProcessor.cs
- DecimalAnimation.cs
- XPathNodeInfoAtom.cs
- JsonByteArrayDataContract.cs
- GrammarBuilderWildcard.cs
- PrimitiveSchema.cs
- AudioFormatConverter.cs
- TypedTableBaseExtensions.cs
- WebScriptClientGenerator.cs
- TreeNodeStyle.cs
- TemplateControlBuildProvider.cs
- NullableIntSumAggregationOperator.cs
- TrustLevel.cs
- COM2TypeInfoProcessor.cs
- SettingsBindableAttribute.cs
- ListViewGroupCollectionEditor.cs
- OletxTransactionFormatter.cs
- BinaryReader.cs
- ToolStripButton.cs
- CodeActivityContext.cs
- PropertyEmitter.cs
- FormsAuthenticationUser.cs
- InternalDuplexChannelListener.cs
- CustomCategoryAttribute.cs
- CodeNamespace.cs
- MessageSecurityOverTcpElement.cs
- HttpResponseInternalWrapper.cs
- AlignmentXValidation.cs
- _NestedSingleAsyncResult.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- PipelineModuleStepContainer.cs
- BufferModesCollection.cs
- GeneralTransform3DGroup.cs
- HtmlTableCell.cs
- BamlTreeUpdater.cs
- Literal.cs
- IdentifierElement.cs
- BrowserCapabilitiesCompiler.cs
- Line.cs
- WhereaboutsReader.cs
- TextFormatter.cs
- SpanIndex.cs
- VoiceObjectToken.cs
- UIHelper.cs
- FontUnitConverter.cs
- CaseDesigner.xaml.cs
- Rect.cs
- OleDbParameter.cs
- XmlAnyElementAttribute.cs
- WebPartEditorOkVerb.cs
- ContainsSearchOperator.cs
- SQLGuid.cs
- ToolStripItemImageRenderEventArgs.cs
- ServiceOperationInfoTypeConverter.cs
- WorkflowPrinting.cs
- SafeEventLogReadHandle.cs
- GenerateScriptTypeAttribute.cs
- IconConverter.cs
- TrackingMemoryStreamFactory.cs
- QilIterator.cs
- DocumentGrid.cs
- PrintPreviewGraphics.cs
- DbConnectionPoolCounters.cs
- Axis.cs
- FixedTextSelectionProcessor.cs
- ChannelManager.cs
- PrePostDescendentsWalker.cs
- BindingList.cs
- EntityDataSourceViewSchema.cs
- ListBindingHelper.cs
- ApplicationException.cs
- DesignerActionUI.cs
- FamilyMap.cs
- Sql8ExpressionRewriter.cs
- fixedPageContentExtractor.cs
- Fx.cs
- DataGridDetailsPresenterAutomationPeer.cs
- LinkLabelLinkClickedEvent.cs
- SelectionEditor.cs
- AnnotationResource.cs
- Trigger.cs
- DocumentViewerHelper.cs
- CancelEventArgs.cs
- ToolStripDropDownItem.cs
- AdapterUtil.cs
- StateMachineWorkflowInstance.cs
- DocobjHost.cs
- HtmlImage.cs