Share via


MethodInstrumentation.Kinds Property

Definition

Kinds of instrumentation to apply to the entire method body.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Emit.InstrumentationKind> Kinds { get; init; }
member this.Kinds : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Emit.InstrumentationKind> with get, set
Public Property Kinds As ImmutableArray(Of InstrumentationKind)

Property Value

Applies to