MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / CSharpMethodToCppMethod

Method CSharpMethodToCppMethod

src/NodeRTLib/Reflector.cs:362–370  ·  view source on GitHub ↗
(string methodName)

Source from the content-addressed store, hash-verified

360 };
361
362 public static string CSharpMethodToCppMethod(string methodName)
363 {
364 if (CSharpToCppMethodMap.ContainsKey(methodName))
365 {
366 return CSharpToCppMethodMap[methodName];
367 }
368
369 return methodName;
370 }
371
372 private static string GetTypeFullName(Type type)
373 {

Callers 3

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected