InvokeMemberExpressionAst.GenericTypeArguments Property

Definition

Gets a list of generic type arguments passed to this method invocation.

public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ITypeName> GenericTypeArguments { get; }
member this.GenericTypeArguments : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ITypeName>
Public ReadOnly Property GenericTypeArguments As ReadOnlyCollection(Of ITypeName)

Property Value

Applies to