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

Method IsIClosableClose

src/NodeRTLib/Reflector.cs:682–685  ·  view source on GitHub ↗

checks whether the given method is of type

(MethodInfo info)

Source from the content-addressed store, hash-verified

680
681 // checks whether the given method is of type
682 public static bool IsIClosableClose(MethodInfo info)
683 {
684 return info.Name.Equals("Dispose") && info.DeclaringType.GetInterface("System.IDisposable") != null;
685 }
686 }
687
688 // The class derived from DynamicObject.

Callers 3

Type.jsFile · 0.80
exportFunction · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected