INamedTypeSymbol.InstanceConstructors Property

Definition

Get the instance constructors for this type.

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

Property Value

Applies to