Summary
Converts the `nameSource` into a valid member name using Weaver.Editor.Procedural.Scripting.ScriptBuilder.GetPrimaryMemberName(System.String). If the name
is the same as the `declaringTypeName`, Weaver.Editor.Procedural.Scripting.ScriptBuilder.GetFallbackMemberName(System.String,System.String) will be used instead.
Syntax
public string GetMemberName(string nameSource, string declaringTypeName, out bool isFallback)
Parameters
| Name |
Type |
Description |
| nameSource |
string |
|
| declaringTypeName |
string |
|
| isFallback |
bool |
|
Return Value