Language

CombinatorialValuesAttribute.Values Property

Definition

Gets the values that should be passed to this parameter.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })]
public object?[] Values { get; }
public object?[] Values { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })>]
member this.Values : obj[]
member this.Values : obj[]
Public ReadOnly Property Values As Object()

Property Value

Object[]
Attributes

Applies to