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

Method GetTypeFullName

src/NodeRTLib/Reflector.cs:372–375  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

370 }
371
372 private static string GetTypeFullName(Type type)
373 {
374 return (type.Namespace + "." + type.Name).Replace("`1", "");
375 }
376
377 public static string GetParamsFromJsMethodForDefinitions(dynamic method, bool isAsync = false)
378 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected