CompilationOptions.Features Property

Definition

Caution

This API is now deprecated.

A set of strings designating experimental compiler features that are to be enabled.

public:  property System::Collections::Immutable::ImmutableArray<System::String ^> Features {  protected public:
System::Collections::Immutable::ImmutableArray<System::String ^> get(); protected:
 void set(System::Collections::Immutable::ImmutableArray<System::String ^> value); };
[System.Obsolete]
public System.Collections.Immutable.ImmutableArray<string> Features { protected internal get; protected set; }
[<System.Obsolete>]
member this.Features : System.Collections.Immutable.ImmutableArray<string> with get, set
Public Property Features As ImmutableArray(Of String)

Property Value

Attributes

Applies to