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
- DataGridViewCellCancelEventArgs.cs
- ToolboxDataAttribute.cs
- TextEditorContextMenu.cs
- EntryWrittenEventArgs.cs
- PreviewPrintController.cs
- SmtpDateTime.cs
- ResourceDictionaryCollection.cs
- WebServiceMethodData.cs
- ButtonColumn.cs
- CompilationSection.cs
- EntryIndex.cs
- EncoderBestFitFallback.cs
- SoapFaultCodes.cs
- FrameworkElement.cs
- XamlDebuggerXmlReader.cs
- SecurityContext.cs
- DES.cs
- MessageHeaderInfoTraceRecord.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- OleDragDropHandler.cs
- WebPartDisplayModeCancelEventArgs.cs
- ConnectionPoint.cs
- KeysConverter.cs
- HWStack.cs
- TextEmbeddedObject.cs
- EntityDataSourceChangingEventArgs.cs
- GC.cs
- DeploymentSection.cs
- EventHandlerList.cs
- BamlLocalizableResourceKey.cs
- WebBrowserContainer.cs
- NaturalLanguageHyphenator.cs
- XmlSignificantWhitespace.cs
- ContentValidator.cs
- PseudoWebRequest.cs
- VisualTreeUtils.cs
- SoundPlayer.cs
- NonVisualControlAttribute.cs
- SystemColors.cs
- ExpressionBuilder.cs
- WindowsImpersonationContext.cs
- WebMessageFormatHelper.cs
- PropertyIDSet.cs
- PreviewControlDesigner.cs
- RemotingAttributes.cs
- DataAdapter.cs
- OptimalBreakSession.cs
- DataColumnCollection.cs
- PropertyDescriptorCollection.cs
- GetWinFXPath.cs
- XsltArgumentList.cs
- TransactionFlowAttribute.cs
- SelectionProcessor.cs
- RegexMatch.cs
- ConfigXmlDocument.cs
- MetadataItemCollectionFactory.cs
- ResXResourceWriter.cs
- LocatorBase.cs
- SpecialNameAttribute.cs
- ColumnPropertiesGroup.cs
- HtmlInputCheckBox.cs
- DataErrorValidationRule.cs
- IdentitySection.cs
- CodeObject.cs
- AppLevelCompilationSectionCache.cs
- AnnotationHighlightLayer.cs
- TextBoxLine.cs
- Timer.cs
- CustomAttribute.cs
- SystemColors.cs
- EntitySqlQueryState.cs
- ZoneButton.cs
- TableCell.cs
- InvalidFilterCriteriaException.cs
- TextTabProperties.cs
- StringValueConverter.cs
- CanonicalizationDriver.cs
- RightsManagementInformation.cs
- DataKey.cs
- FlowLayoutPanel.cs
- IISUnsafeMethods.cs
- TypeListConverter.cs
- KeyManager.cs
- LineGeometry.cs
- AutomationElement.cs
- UnsafeNativeMethods.cs
- XPathParser.cs
- WCFBuildProvider.cs
- LineVisual.cs
- ReadOnlyDictionary.cs
- Accessible.cs
- SBCSCodePageEncoding.cs
- SetterBaseCollection.cs
- DoWhileDesigner.xaml.cs
- PackageProperties.cs
- DefaultPrintController.cs
- MethodBuilder.cs
- StaticSiteMapProvider.cs
- AttachedPropertyBrowsableAttribute.cs
- DataSourceHelper.cs