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
- NetworkCredential.cs
- Exceptions.cs
- ControlTemplate.cs
- EventEntry.cs
- DecimalConverter.cs
- HostingEnvironment.cs
- PtsCache.cs
- SafeLocalAllocation.cs
- PrintEvent.cs
- RegexReplacement.cs
- TemplateControlBuildProvider.cs
- SortedDictionary.cs
- WindowsUpDown.cs
- TreeNodeMouseHoverEvent.cs
- PriorityQueue.cs
- MethodBuilder.cs
- MimeFormatter.cs
- ObsoleteAttribute.cs
- NumericUpDownAccelerationCollection.cs
- MaterializeFromAtom.cs
- CodeExpressionRuleDeclaration.cs
- SoapEnumAttribute.cs
- ScriptControlDescriptor.cs
- IntellisenseTextBox.cs
- SingleSelectRootGridEntry.cs
- PerformanceCounterLib.cs
- SessionPageStateSection.cs
- ShapeTypeface.cs
- OrderToken.cs
- UnsafeNativeMethods.cs
- HostUtils.cs
- BamlLocalizer.cs
- ComponentCollection.cs
- ActiveXSite.cs
- TypeInfo.cs
- CommandArguments.cs
- ReadWriteObjectLock.cs
- ToolStripContainerActionList.cs
- CompiledScopeCriteria.cs
- InstallerTypeAttribute.cs
- PrePrepareMethodAttribute.cs
- QilSortKey.cs
- UpdateCommandGenerator.cs
- SerializableAttribute.cs
- ListDictionary.cs
- BatchWriter.cs
- xmlsaver.cs
- SoapWriter.cs
- FixUpCollection.cs
- WCFModelStrings.Designer.cs
- BevelBitmapEffect.cs
- DataRecordInfo.cs
- LogSwitch.cs
- WebBrowsableAttribute.cs
- FixedHighlight.cs
- DrawingContextWalker.cs
- documentsequencetextview.cs
- SessionPageStateSection.cs
- HostProtectionPermission.cs
- SqlNotificationEventArgs.cs
- HierarchicalDataBoundControlAdapter.cs
- BitmapEffect.cs
- FixedTextView.cs
- ServiceOperation.cs
- Geometry.cs
- AdapterUtil.cs
- FileUtil.cs
- BitmapInitialize.cs
- AsymmetricKeyExchangeDeformatter.cs
- ManagementClass.cs
- ObfuscationAttribute.cs
- Utils.cs
- BitmapMetadata.cs
- StringFormat.cs
- ViewUtilities.cs
- Base64Decoder.cs
- SerialErrors.cs
- Link.cs
- FixUp.cs
- PackageRelationshipSelector.cs
- SecurityTokenAttachmentMode.cs
- FormViewInsertEventArgs.cs
- QueryConverter.cs
- XMLDiffLoader.cs
- XhtmlTextWriter.cs
- LateBoundBitmapDecoder.cs
- CompilerLocalReference.cs
- Assert.cs
- BitmapEncoder.cs
- SqlClientFactory.cs
- BitmapEffect.cs
- ResourceReferenceExpressionConverter.cs
- Model3D.cs
- AudioFormatConverter.cs
- SizeFConverter.cs
- Label.cs
- DocumentsTrace.cs
- WinFormsUtils.cs
- FixedDSBuilder.cs
- ArcSegment.cs