FlowControl.ForLoopInitObj メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
Public Shared Function ForLoopInitObj ( _ Counter As Object, _ Start As Object, _ Limit As Object, _ StepValue As Object, _ ByRef LoopForResult As Object, _ ByRef CounterResult As Object _ ) As Boolean
Dim Counter As Object Dim Start As Object Dim Limit As Object Dim StepValue As Object Dim LoopForResult As Object Dim CounterResult As Object Dim returnValue As Boolean
returnValue = FlowControl.ForLoopInitObj(Counter, Start, Limit, StepValue, LoopForResult, CounterResult)
public static bool ForLoopInitObj ( Object Counter, Object Start, Object Limit, Object StepValue, ref Object LoopForResult, ref Object CounterResult )
public: static bool ForLoopInitObj ( Object^ Counter, Object^ Start, Object^ Limit, Object^ StepValue, Object^% LoopForResult, Object^% CounterResult )
public static boolean ForLoopInitObj ( Object Counter, Object Start, Object Limit, Object StepValue, /** @ref / Object LoopForResult, /* @ref */ Object CounterResult )
StepValue
LoopForResult
CounterResult