|
[C#]
string GetInitializationCode(PythonEnv env, bool
updateNames, bool alwaysUseProvidedNames, StringBuilder
code)
ArgumentException: Thrown
when a provided variable/class name is not a valid identifier or
when <paramref name="alwaysUseProvidedNames" /> is true and
there is a name conflict in the provided variable/class
names.
|