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
- CustomErrorsSectionWrapper.cs
- _ConnectionGroup.cs
- TreeNodeCollection.cs
- SeekStoryboard.cs
- MultiView.cs
- MessageEncodingBindingElement.cs
- SerialReceived.cs
- TableLayoutPanelDesigner.cs
- ConditionalWeakTable.cs
- SqlCaseSimplifier.cs
- NumberFunctions.cs
- AspCompat.cs
- DesignerAutoFormat.cs
- InstanceOwnerException.cs
- DataMemberFieldEditor.cs
- PkcsUtils.cs
- CodeAccessSecurityEngine.cs
- RelatedImageListAttribute.cs
- MetadataArtifactLoader.cs
- Item.cs
- DateTimeEditor.cs
- PaintEvent.cs
- Int64Storage.cs
- NameSpaceExtractor.cs
- StructuralObject.cs
- PlainXmlWriter.cs
- HelpProvider.cs
- WebServiceHandler.cs
- BmpBitmapEncoder.cs
- Html32TextWriter.cs
- OletxDependentTransaction.cs
- PingReply.cs
- CqlErrorHelper.cs
- SiteMapPathDesigner.cs
- KerberosReceiverSecurityToken.cs
- HtmlInputControl.cs
- WebReferencesBuildProvider.cs
- ServiceAuthorizationElement.cs
- CapabilitiesUse.cs
- CodeBinaryOperatorExpression.cs
- _DigestClient.cs
- UmAlQuraCalendar.cs
- CustomAttributeSerializer.cs
- SchemaObjectWriter.cs
- EntityDataSourceDesignerHelper.cs
- PassportAuthenticationModule.cs
- ApplicationDirectoryMembershipCondition.cs
- ExpressionBindingCollection.cs
- ControlType.cs
- ImmutableObjectAttribute.cs
- Point.cs
- ChildDocumentBlock.cs
- UserControlCodeDomTreeGenerator.cs
- VirtualPath.cs
- CipherData.cs
- HtmlTableRow.cs
- WinFormsUtils.cs
- ComponentCommands.cs
- KoreanCalendar.cs
- AttachedPropertyBrowsableAttribute.cs
- MobileUITypeEditor.cs
- ToolBarButton.cs
- HealthMonitoringSection.cs
- DataRow.cs
- SqlUdtInfo.cs
- DataGridPagerStyle.cs
- RadioButtonList.cs
- CatalogPartChrome.cs
- WebPartCancelEventArgs.cs
- XmlReaderDelegator.cs
- ErrorFormatterPage.cs
- LogRestartAreaEnumerator.cs
- HtmlToClrEventProxy.cs
- PhysicalAddress.cs
- SplitterPanelDesigner.cs
- MutexSecurity.cs
- UpdatePanel.cs
- FixedSOMPageElement.cs
- DiagnosticsElement.cs
- SystemInformation.cs
- TextElementEditingBehaviorAttribute.cs
- BufferedGraphics.cs
- Membership.cs
- SqlRecordBuffer.cs
- OptimalBreakSession.cs
- SmtpNetworkElement.cs
- CodeTypeConstructor.cs
- ObservableCollectionDefaultValueFactory.cs
- RegexNode.cs
- DelegateArgumentReference.cs
- LayoutEvent.cs
- invalidudtexception.cs
- SingleObjectCollection.cs
- Triangle.cs
- Material.cs
- DetailsView.cs
- RootDesignerSerializerAttribute.cs
- SignatureToken.cs
- DataRecordInfo.cs
- MarshalByValueComponent.cs