JSMarshaller.OutParameterPrefix field
Prefix applied to the name of out parameters when building expressions. Expressions do not distinguish between ref and out parameters, but the source generator needs to use the correct keyword.
C#
public const string OutParameterPrefix;
See Also
- class JSMarshaller
- namespace Microsoft.JavaScript.NodeApi.DotNetHost