Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- FixedTextContainer.cs
- XPathSelfQuery.cs
- PhysicalFontFamily.cs
- SqlRewriteScalarSubqueries.cs
- TimeSpanFormat.cs
- Missing.cs
- TypedReference.cs
- CredentialSelector.cs
- CategoryEditor.cs
- ImageBrush.cs
- UserControl.cs
- CacheDependency.cs
- VideoDrawing.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- XmlFormatExtensionAttribute.cs
- ExpandedProjectionNode.cs
- SqlMethodTransformer.cs
- BCLDebug.cs
- SqlProviderServices.cs
- AnonymousIdentificationModule.cs
- CheckBoxFlatAdapter.cs
- DEREncoding.cs
- EmptyCollection.cs
- RSAPKCS1SignatureFormatter.cs
- ConfigurationPropertyCollection.cs
- TypeUtils.cs
- WebPartHeaderCloseVerb.cs
- UIServiceHelper.cs
- TrackingProfileDeserializationException.cs
- DependencyPropertyConverter.cs
- BitmapEffect.cs
- TypeNameConverter.cs
- BindingMAnagerBase.cs
- CodeStatementCollection.cs
- FlowNode.cs
- ObjectNotFoundException.cs
- PageSetupDialog.cs
- ScriptResourceInfo.cs
- PropertyEmitter.cs
- LZCodec.cs
- ValidationPropertyAttribute.cs
- DataListDesigner.cs
- PnrpPermission.cs
- TrackingServices.cs
- CalendarSelectionChangedEventArgs.cs
- _ProxyChain.cs
- NodeFunctions.cs
- ToolStripManager.cs
- GridProviderWrapper.cs
- SocketStream.cs
- Configuration.cs
- ReflectionTypeLoadException.cs
- DrawingContextDrawingContextWalker.cs
- BufferedStream.cs
- UriTemplateClientFormatter.cs
- ObjectPersistData.cs
- EdmToObjectNamespaceMap.cs
- OdbcParameterCollection.cs
- TemplateControlParser.cs
- ChameleonKey.cs
- ManualWorkflowSchedulerService.cs
- DefaultTextStore.cs
- DesignerSerializerAttribute.cs
- VerticalAlignConverter.cs
- AddInBase.cs
- WebPartHeaderCloseVerb.cs
- WindowAutomationPeer.cs
- OracleInfoMessageEventArgs.cs
- StringFunctions.cs
- HttpStreamMessage.cs
- CommonRemoteMemoryBlock.cs
- ContentPlaceHolder.cs
- EntityRecordInfo.cs
- CapabilitiesRule.cs
- TargetConverter.cs
- MessageHeaders.cs
- MenuItem.cs
- DynamicResourceExtension.cs
- Encoder.cs
- Activator.cs
- CodeGen.cs
- PackageStore.cs
- DeploymentSectionCache.cs
- FontStyle.cs
- EntityCommand.cs
- ToolStripItem.cs
- FixedHyperLink.cs
- OdbcRowUpdatingEvent.cs
- SafeThreadHandle.cs
- TypeLoadException.cs
- GridViewRow.cs
- CodeDirectionExpression.cs
- xsdvalidator.cs
- FamilyTypeface.cs
- ProxyWebPartManagerDesigner.cs
- DispatcherHooks.cs
- DataPagerField.cs
- CryptoProvider.cs
- PropertyValueChangedEvent.cs
- SecurityTokenParameters.cs