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 / QilInvoke.cs / 1 / QilInvoke.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Xml.Schema; using System.Xml.Xsl; namespace System.Xml.Xsl.Qil { ////// A function invocation node which represents a call to a Qil functions. /// internal class QilInvoke : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ////// Construct a new node /// public QilInvoke(QilNodeType nodeType, QilNode function, QilNode arguments) : base(nodeType, function, arguments) { } //----------------------------------------------- // QilInvoke methods //----------------------------------------------- public QilFunction Function { get { return (QilFunction) Left; } set { Left = value; } } public QilList Arguments { 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.Diagnostics; using System.Xml.Schema; using System.Xml.Xsl; namespace System.Xml.Xsl.Qil { ////// A function invocation node which represents a call to a Qil functions. /// internal class QilInvoke : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ////// Construct a new node /// public QilInvoke(QilNodeType nodeType, QilNode function, QilNode arguments) : base(nodeType, function, arguments) { } //----------------------------------------------- // QilInvoke methods //----------------------------------------------- public QilFunction Function { get { return (QilFunction) Left; } set { Left = value; } } public QilList Arguments { 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
- EditorPartCollection.cs
- IsolatedStorage.cs
- CorrelationManager.cs
- Point3DAnimationUsingKeyFrames.cs
- ToolStripContentPanelRenderEventArgs.cs
- ResourceExpressionBuilder.cs
- Form.cs
- PrimitiveDataContract.cs
- TypeConverterHelper.cs
- CellParagraph.cs
- KnowledgeBase.cs
- Timer.cs
- safemediahandle.cs
- RuntimeVariableList.cs
- SerialPinChanges.cs
- AbsoluteQuery.cs
- HuffCodec.cs
- SuppressMergeCheckAttribute.cs
- FullTextBreakpoint.cs
- control.ime.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SizeF.cs
- ResizeGrip.cs
- TraceSection.cs
- WeakRefEnumerator.cs
- CanonicalFontFamilyReference.cs
- Shape.cs
- FontStretch.cs
- TextPointerBase.cs
- WebRequestModuleElement.cs
- NavigationHelper.cs
- WebBrowserUriTypeConverter.cs
- XmlReflectionImporter.cs
- HitTestResult.cs
- DataGridViewAdvancedBorderStyle.cs
- TimeoutValidationAttribute.cs
- StandardToolWindows.cs
- KnownTypesHelper.cs
- InvalidOleVariantTypeException.cs
- ErrorLog.cs
- SqlErrorCollection.cs
- XamlPointCollectionSerializer.cs
- RegexStringValidator.cs
- SizeConverter.cs
- XmlDataProvider.cs
- ToolStripProgressBar.cs
- TableItemPatternIdentifiers.cs
- FrameworkRichTextComposition.cs
- CoordinationService.cs
- TargetConverter.cs
- UdpDiscoveryEndpointElement.cs
- JsonReaderDelegator.cs
- ListView.cs
- PropagatorResult.cs
- GenericRootAutomationPeer.cs
- DbExpressionRules.cs
- BaseDataList.cs
- ZoneMembershipCondition.cs
- SpAudioStreamWrapper.cs
- EntityDescriptor.cs
- DataGridViewColumnConverter.cs
- MimeTypeMapper.cs
- TextAdaptor.cs
- NodeFunctions.cs
- WebPartTransformerAttribute.cs
- KeyBinding.cs
- GZipUtils.cs
- ActiveDocumentEvent.cs
- EtwTrace.cs
- ProviderConnectionPoint.cs
- ExpressionConverter.cs
- MonthCalendar.cs
- ListBoxItemAutomationPeer.cs
- WebPartEditorApplyVerb.cs
- TypeGeneratedEventArgs.cs
- SafeEventLogWriteHandle.cs
- TableParagraph.cs
- SignatureDescription.cs
- FreezableDefaultValueFactory.cs
- COM2PropertyBuilderUITypeEditor.cs
- RegexStringValidator.cs
- MediaScriptCommandRoutedEventArgs.cs
- BooleanExpr.cs
- ReflectionUtil.cs
- ListenerElementsCollection.cs
- HighlightComponent.cs
- SamlConstants.cs
- ClientConfigurationSystem.cs
- FileRecordSequenceCompletedAsyncResult.cs
- EnumerationRangeValidationUtil.cs
- AttributeTableBuilder.cs
- ChannelSinkStacks.cs
- DbResourceAllocator.cs
- AudioSignalProblemOccurredEventArgs.cs
- DataGridViewCellStyleChangedEventArgs.cs
- LoginView.cs
- CodeTryCatchFinallyStatement.cs
- MessageSmuggler.cs
- TransactionState.cs
- OleDbPropertySetGuid.cs