Share via


IMethodCallCodeFragment.TypeArguments Property

Definition

Gets the method call's generic type arguments.

public System.Collections.Generic.IEnumerable<string> TypeArguments { get; }
member this.TypeArguments : seq<string>
Public ReadOnly Property TypeArguments As IEnumerable(Of String)

Property Value

The type arguments.

Applies to