Share via


FluentApiCodeFragment.TypeArguments Property

Definition

Gets the method call's generic type arguments.

public virtual System.Collections.Generic.IList<string> TypeArguments { get; set; }
member this.TypeArguments : System.Collections.Generic.IList<string> with get, set
Public Overridable Property TypeArguments As IList(Of String)

Property Value

The type arguments.

Applies to