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 / QilInvokeLateBound.cs / 1 / QilInvokeLateBound.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Diagnostics; namespace System.Xml.Xsl.Qil { ////// A function invocation node which reperesents a call to an late bound function. /// internal class QilInvokeLateBound : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ////// Construct a new node /// public QilInvokeLateBound(QilNodeType nodeType, QilNode name, QilNode arguments) : base(nodeType, name, arguments) { } //----------------------------------------------- // QilInvokeLateBound methods //----------------------------------------------- public QilName Name { get { return (QilName) 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; namespace System.Xml.Xsl.Qil { ////// A function invocation node which reperesents a call to an late bound function. /// internal class QilInvokeLateBound : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ////// Construct a new node /// public QilInvokeLateBound(QilNodeType nodeType, QilNode name, QilNode arguments) : base(nodeType, name, arguments) { } //----------------------------------------------- // QilInvokeLateBound methods //----------------------------------------------- public QilName Name { get { return (QilName) 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
- DbProviderSpecificTypePropertyAttribute.cs
- GeneralTransformCollection.cs
- _AutoWebProxyScriptEngine.cs
- HtmlInputFile.cs
- FormViewUpdateEventArgs.cs
- XmlNullResolver.cs
- cookie.cs
- SafeProcessHandle.cs
- PrivilegeNotHeldException.cs
- InvalidPropValue.cs
- RtfToXamlReader.cs
- XmlUnspecifiedAttribute.cs
- CommonDialog.cs
- MemberListBinding.cs
- ZipIOLocalFileDataDescriptor.cs
- WindowInteropHelper.cs
- XmlMtomReader.cs
- DesignTimeParseData.cs
- X509DefaultServiceCertificateElement.cs
- CodeTypeOfExpression.cs
- Fault.cs
- ConsumerConnectionPoint.cs
- HttpServerVarsCollection.cs
- Rectangle.cs
- MailWebEventProvider.cs
- PageContentAsyncResult.cs
- MenuRenderer.cs
- Action.cs
- SafeProcessHandle.cs
- TreeNodeBindingCollection.cs
- HtmlHead.cs
- Error.cs
- XmlText.cs
- DataServiceSaveChangesEventArgs.cs
- GridViewRowPresenterBase.cs
- DataRowExtensions.cs
- MonthCalendar.cs
- ErrorRuntimeConfig.cs
- IgnoreFileBuildProvider.cs
- DbProviderSpecificTypePropertyAttribute.cs
- SpoolingTaskBase.cs
- ObjectListDataBindEventArgs.cs
- RoutedUICommand.cs
- Quad.cs
- LiteralText.cs
- PropertyGridEditorPart.cs
- DataGridViewCellConverter.cs
- XmlAutoDetectWriter.cs
- OpenTypeLayoutCache.cs
- FrameworkContentElement.cs
- HashCodeCombiner.cs
- ClosableStream.cs
- DescendantOverDescendantQuery.cs
- InputScopeNameConverter.cs
- InvokeHandlers.cs
- XamlBrushSerializer.cs
- EventLog.cs
- BevelBitmapEffect.cs
- DataGridViewColumnHeaderCell.cs
- ResourceKey.cs
- EntityDesignerDataSourceView.cs
- ProviderConnectionPoint.cs
- TextFragmentEngine.cs
- Calendar.cs
- LinkLabelLinkClickedEvent.cs
- WinCategoryAttribute.cs
- Point3DConverter.cs
- NullableFloatMinMaxAggregationOperator.cs
- SystemTcpStatistics.cs
- Utils.cs
- FactoryRecord.cs
- _FtpControlStream.cs
- StringAnimationBase.cs
- UInt16.cs
- CopyCodeAction.cs
- SiteIdentityPermission.cs
- coordinator.cs
- DynamicDocumentPaginator.cs
- NativeMethods.cs
- OdbcParameterCollection.cs
- CryptoApi.cs
- StylusEditingBehavior.cs
- FixedPageAutomationPeer.cs
- XsltFunctions.cs
- Oci.cs
- SamlDoNotCacheCondition.cs
- GlyphsSerializer.cs
- DesignerToolboxInfo.cs
- TextServicesCompartment.cs
- InvalidOperationException.cs
- PersianCalendar.cs
- DataGridViewCell.cs
- VideoDrawing.cs
- GetWinFXPath.cs
- SiteMembershipCondition.cs
- XmlSchemaElement.cs
- UniqueEventHelper.cs
- ByteStreamGeometryContext.cs
- PointLightBase.cs
- XmlSchemaValidationException.cs