'宣言 Function AllocSharedValue( _ ByVal count As System.Integer _ ) As System.Integer
System.int AllocSharedValue( System.int count )
パラメータ
- count
- 割り当てるIValueオブジェクトの総数。
戻り値の型
割り当てられた最初のIValueオブジェクトのインデックスを示す、0から始まる整数。
'宣言 Function AllocSharedValue( _ ByVal count As System.Integer _ ) As System.Integer
System.int AllocSharedValue( System.int count )