Language

TestFilterContext.MethodArity Property

Definition

Gets or sets the number of generic type parameters declared on the test method, or null when no managed metadata is available. Zero indicates a non-generic method.

public int? MethodArity { get; set; }
member this.MethodArity : Nullable<int> with get, set
Public Property MethodArity As Nullable(Of Integer)

Property Value

Applies to