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
- SqlProviderServices.cs
- TableHeaderCell.cs
- WindowProviderWrapper.cs
- Margins.cs
- DictionaryBase.cs
- RepeatBehavior.cs
- Model3DGroup.cs
- XmlTextAttribute.cs
- DataViewManagerListItemTypeDescriptor.cs
- EncryptedXml.cs
- AlignmentYValidation.cs
- StatusBarPanelClickEvent.cs
- HtmlMeta.cs
- Rule.cs
- Util.cs
- DataGridViewCellMouseEventArgs.cs
- InvalidDataException.cs
- CheckableControlBaseAdapter.cs
- ShapingEngine.cs
- FrameworkObject.cs
- RegexNode.cs
- XmlHierarchicalEnumerable.cs
- RegexCapture.cs
- VirtualPath.cs
- Form.cs
- UnsafeNativeMethods.cs
- ProfileService.cs
- AttachedPropertyBrowsableAttribute.cs
- XmlExpressionDumper.cs
- SubMenuStyleCollection.cs
- MenuItem.cs
- ActivationArguments.cs
- TaskFormBase.cs
- SubpageParaClient.cs
- OracleNumber.cs
- ChooseAction.cs
- SafeLocalMemHandle.cs
- KeyFrames.cs
- DependencyPropertyHelper.cs
- BaseUriHelper.cs
- BoolExpr.cs
- CompiledIdentityConstraint.cs
- CompilationUtil.cs
- CurrentChangedEventManager.cs
- PasswordTextContainer.cs
- LabelInfo.cs
- NetworkInformationException.cs
- ResourceAssociationSet.cs
- UnsafeNativeMethods.cs
- UInt16.cs
- DataGridView.cs
- MetafileHeaderWmf.cs
- ProfileSettings.cs
- Types.cs
- ProjectionPlan.cs
- LabelTarget.cs
- CalendarTable.cs
- CancelAsyncOperationRequest.cs
- IndicFontClient.cs
- ButtonAutomationPeer.cs
- StringFreezingAttribute.cs
- WsrmMessageInfo.cs
- HistoryEventArgs.cs
- OraclePermissionAttribute.cs
- RowUpdatingEventArgs.cs
- VisualTarget.cs
- StructureChangedEventArgs.cs
- _SpnDictionary.cs
- LocalIdKeyIdentifierClause.cs
- SapiGrammar.cs
- LocalizabilityAttribute.cs
- DefaultPropertyAttribute.cs
- SymmetricKeyWrap.cs
- TemplateNameScope.cs
- WebPartConnection.cs
- UrlMappingsSection.cs
- HttpContextServiceHost.cs
- Substitution.cs
- serverconfig.cs
- CurrencyManager.cs
- _ListenerResponseStream.cs
- NamespaceTable.cs
- CmsUtils.cs
- SymLanguageType.cs
- FixedSOMTextRun.cs
- ModelToObjectValueConverter.cs
- ObjectContextServiceProvider.cs
- WebPartDisplayMode.cs
- SvcMapFileLoader.cs
- PagerSettings.cs
- Stream.cs
- FutureFactory.cs
- WsiProfilesElementCollection.cs
- Cell.cs
- BinaryFormatterWriter.cs
- ReflectPropertyDescriptor.cs
- RelatedView.cs
- PrimaryKeyTypeConverter.cs
- NavigationEventArgs.cs
- ImportOptions.cs