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

Function foreach

src/NodeRTLib/CppTemplates/MemberAsyncMethod.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 @:{
34 int parameterCounter = 0;
35 foreach (var paramInfo in overload.GetParameters())
36 {
37 var winrtConversionInfo = Converter.ToWinRT(paramInfo.ParameterType, TX.MainModel.Types.ContainsKey(paramInfo.ParameterType));
38
39 @:@(winrtConversionInfo[0]) arg@(parameterCounter) = @(string.Format(winrtConversionInfo[1], "info[" +parameterCounter + "]" ));
40 parameterCounter++;
41 }
42
43 if (overload.GetParameters().Length > 0)
44 {

Callers 1

Calls 1

ToWinRTMethod · 0.45

Tested by

no test coverage detected