ParseOptions.Features Property

Definition

Returns the experimental features.

public:
 abstract property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ Features { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyDictionary<string,string> Features { get; }
member this.Features : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public MustOverride ReadOnly Property Features As IReadOnlyDictionary(Of String, String)

Property Value

Applies to