Method EnableExperimentalFeature
EnableExperimentalFeature(string)
Enables an experimental feature by specifying its feature identifier.
public static void EnableExperimentalFeature(string featureID)
Parameters
featureIDstringThe identifier of the experimental feature to enable, provided by the LM-Kit team.
Remarks
This method is intended for advanced scenarios where enabling experimental or non-default features is required. Using unsupported or unrecognized feature identifiers has no effect. Experimental features may change or be removed in future releases.