InvokeMemberExpressionAst.GenericTypeArguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)