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

Method ShouldIgnoreMethod

src/NodeRTLib/Reflector.cs:316–324  ·  view source on GitHub ↗
(MethodInfo info)

Source from the content-addressed store, hash-verified

314 }
315
316 public static bool ShouldIgnoreMethod(MethodInfo info)
317 {
318 if (info.Name.Equals("Close") && info.DeclaringType.GetInterface("IDisposable") != null)
319 {
320 return true;
321 }
322
323 return false;
324 }
325
326 public static Func<dynamic, String> LazyTemplate(string templateName, string templateLocation, string templateExtension)
327 {

Callers 1

GenerateModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected