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

Function foreach

src/NodeRTLib/CppTemplates/RegisterEventWithWinRT.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 @{var k = 0;}
32 @foreach (var type in eventArgs)
33 {
34 @:Local<Value> wrappedArg@(k);
35 k++;
36 }
37
38 {
39 TryCatch tryCatch;

Callers

nothing calls this directly

Calls 1

ToJSMethod · 0.80

Tested by

no test coverage detected