PrintDocument for WinForms
Exchange メソッド (OwnedCollectionBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OwnedCollectionBase クラス : Exchange メソッド
Index of first item.
Index of second item.
Swap two items in collection.
シンタックス
'宣言
 
Public Sub Exchange( _
   ByVal item1 As System.Integer, _
   ByVal item2 As System.Integer _
) 
'使用法
 
Dim instance As OwnedCollectionBase
Dim item1 As System.Integer
Dim item2 As System.Integer
 
instance.Exchange(item1, item2)
public void Exchange( 
   System.int item1,
   System.int item2
)

パラメータ

item1
Index of first item.
item2
Index of second item.
参照

OwnedCollectionBase クラス
OwnedCollectionBase メンバ