AttributeData.ConstructorArguments Property

Definition

Constructor arguments on the attribute.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::TypedConstant> ConstructorArguments { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::TypedConstant> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.TypedConstant> ConstructorArguments { get; }
member this.ConstructorArguments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.TypedConstant>
Public ReadOnly Property ConstructorArguments As ImmutableArray(Of TypedConstant)

Property Value

Applies to