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
- LineMetrics.cs
- ConfigurationManager.cs
- BinaryReader.cs
- GeometryConverter.cs
- ChannelRequirements.cs
- SoapMessage.cs
- PageContent.cs
- HttpInputStream.cs
- DataPointer.cs
- MobilePage.cs
- UpdatePanelTriggerCollection.cs
- GridViewDeleteEventArgs.cs
- COAUTHINFO.cs
- StrokeNodeData.cs
- DesignerCategoryAttribute.cs
- WindowsSecurityTokenAuthenticator.cs
- CounterSample.cs
- AccessKeyManager.cs
- StrokeCollection2.cs
- TableRow.cs
- EntitySqlQueryState.cs
- Renderer.cs
- PopupEventArgs.cs
- FileDialog_Vista_Interop.cs
- AppDomainShutdownMonitor.cs
- ServiceDescription.cs
- TextTrailingWordEllipsis.cs
- ConfigurationElementProperty.cs
- TypeDescriptionProviderAttribute.cs
- TypeHelpers.cs
- GeometryConverter.cs
- FileChangesMonitor.cs
- ObjectDataSourceMethodEventArgs.cs
- OracleBFile.cs
- FlowDocumentPage.cs
- LabelLiteral.cs
- DiffuseMaterial.cs
- MsmqIntegrationChannelListener.cs
- XmlSigningNodeWriter.cs
- ContainerAction.cs
- Root.cs
- ResourcePermissionBaseEntry.cs
- CustomSignedXml.cs
- SetIterators.cs
- MenuBindingsEditorForm.cs
- DataRecord.cs
- EntityKey.cs
- CreateUserWizard.cs
- TreeViewBindingsEditor.cs
- TreeNodeStyleCollection.cs
- HashCryptoHandle.cs
- TypeContext.cs
- CodeLabeledStatement.cs
- XmlDictionaryReaderQuotas.cs
- StringUtil.cs
- ASCIIEncoding.cs
- ClientScriptManagerWrapper.cs
- LogEntryHeaderDeserializer.cs
- EncodingFallbackAwareXmlTextWriter.cs
- SessionStateModule.cs
- CFStream.cs
- ReliabilityContractAttribute.cs
- AppDomainProtocolHandler.cs
- Int64.cs
- BinaryMessageFormatter.cs
- DataControlCommands.cs
- ParserExtension.cs
- XmlSchemaSubstitutionGroup.cs
- SubstitutionList.cs
- CodeDelegateInvokeExpression.cs
- SqlHelper.cs
- TreeSet.cs
- PersonalizationProviderCollection.cs
- DataAdapter.cs
- Literal.cs
- PropVariant.cs
- DataGridDetailsPresenterAutomationPeer.cs
- CompleteWizardStep.cs
- PropertyNames.cs
- PointHitTestResult.cs
- AssemblyInfo.cs
- ListViewTableRow.cs
- PseudoWebRequest.cs
- CreateUserWizardStep.cs
- DrawingServices.cs
- QualificationDataAttribute.cs
- WindowsFont.cs
- GacUtil.cs
- OracleNumber.cs
- SplitterEvent.cs
- ColorDialog.cs
- AuthorizationRule.cs
- DataGridViewRowStateChangedEventArgs.cs
- SynchronousReceiveElement.cs
- Variable.cs
- TextTreeDeleteContentUndoUnit.cs
- Point4DConverter.cs
- RecommendedAsConfigurableAttribute.cs
- SupportsEventValidationAttribute.cs
- NullableDoubleSumAggregationOperator.cs