PrintDocument for WinForms
AssignFrom メソッド (OwnedCollectionBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OwnedCollectionBase クラス : AssignFrom メソッド
The OwnedCollectionBase to copy items from.
Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs).
シンタックス
'宣言
 
Public Overridable Sub AssignFrom( _
   ByVal source As OwnedCollectionBase _
) 
'使用法
 
Dim instance As OwnedCollectionBase
Dim source As OwnedCollectionBase
 
instance.AssignFrom(source)
public virtual void AssignFrom( 
   OwnedCollectionBase source
)

パラメータ

source
The OwnedCollectionBase to copy items from.
参照

OwnedCollectionBase クラス
OwnedCollectionBase メンバ