FlowControl.ForLoopInitObj メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

Visual Basic (宣言)

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

Visual Basic (使用法)

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)

C#

public static bool ForLoopInitObj ( Object Counter, Object Start, Object Limit, Object StepValue, ref Object LoopForResult, ref Object CounterResult )

C++

public: static bool ForLoopInitObj ( Object^ Counter, Object^ Start, Object^ Limit, Object^ StepValue, Object^% LoopForResult, Object^% CounterResult )

J#

public static boolean ForLoopInitObj ( Object Counter, Object Start, Object Limit, Object StepValue, /** @ref / Object LoopForResult, /* @ref */ Object CounterResult )

JScript

JScript では、値型引数参照渡しされません。

パラメータ

Counter

Start

Limit

StepValue

LoopForResult

CounterResult