Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- _Events.cs
- FusionWrap.cs
- EtwTrackingBehaviorElement.cs
- SQLInt32Storage.cs
- NativeMethods.cs
- ExpressionLexer.cs
- Matrix3D.cs
- RepeaterItem.cs
- RTLAwareMessageBox.cs
- RelativeSource.cs
- CatalogZoneBase.cs
- SafeNativeMethods.cs
- TrackingQueryElement.cs
- ListViewDeleteEventArgs.cs
- SmtpFailedRecipientException.cs
- Drawing.cs
- XamlVector3DCollectionSerializer.cs
- CharacterMetrics.cs
- ConfigurationValues.cs
- DataSourceXmlElementAttribute.cs
- RewritingValidator.cs
- SecurityRuntime.cs
- SqlCacheDependencyDatabaseCollection.cs
- PropertyMappingExceptionEventArgs.cs
- UnsafeNativeMethodsCLR.cs
- SqlBulkCopyColumnMapping.cs
- CodeAttributeDeclaration.cs
- ProcessHostConfigUtils.cs
- EndGetFileNameFromUserRequest.cs
- MaskedTextBoxTextEditorDropDown.cs
- BezierSegment.cs
- Renderer.cs
- NetWebProxyFinder.cs
- Calendar.cs
- GeneralTransform3DCollection.cs
- ButtonColumn.cs
- CheckBoxPopupAdapter.cs
- EmissiveMaterial.cs
- SQLInt16Storage.cs
- ObjectTag.cs
- LineBreak.cs
- RpcAsyncResult.cs
- DataGridLinkButton.cs
- XmlLangPropertyAttribute.cs
- SettingsPropertyValueCollection.cs
- ValidationHelper.cs
- StringExpressionSet.cs
- MenuItemStyleCollection.cs
- BamlBinaryReader.cs
- CopyOfAction.cs
- RequestQueue.cs
- ProvidersHelper.cs
- SuppressIldasmAttribute.cs
- ActivityTypeCodeDomSerializer.cs
- Matrix.cs
- QueryRewriter.cs
- ImageAttributes.cs
- KnownBoxes.cs
- ImageAnimator.cs
- SourceFilter.cs
- _DigestClient.cs
- NotifyIcon.cs
- CssClassPropertyAttribute.cs
- PeerIPHelper.cs
- DesignerForm.cs
- XPathNodeIterator.cs
- ThrowHelper.cs
- OnOperation.cs
- QuaternionAnimationUsingKeyFrames.cs
- IPEndPoint.cs
- ElementNotEnabledException.cs
- PropertyRecord.cs
- _NtlmClient.cs
- DBSqlParser.cs
- InputQueue.cs
- WebPartZoneBase.cs
- ButtonPopupAdapter.cs
- SchemaElementLookUpTableEnumerator.cs
- PatternMatcher.cs
- Viewport2DVisual3D.cs
- ProviderConnectionPoint.cs
- SessionSwitchEventArgs.cs
- VisualStyleElement.cs
- Util.cs
- LinearQuaternionKeyFrame.cs
- Update.cs
- DataColumnChangeEvent.cs
- ObjectSecurity.cs
- RequestTimeoutManager.cs
- SiteMapSection.cs
- DbModificationClause.cs
- ExpressionBuilderCollection.cs
- ExtenderProviderService.cs
- ChildrenQuery.cs
- SpeechEvent.cs
- TextShapeableCharacters.cs
- RegisteredHiddenField.cs
- ConnectivityStatus.cs
- CompilationLock.cs
- UnitControl.cs