TestFilterContext.MethodArity 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 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)