Assigns all from another object.
シンタックス
'宣言
Public Overloads Shared Sub Assign(Of As {New, ICloneableObject, IOwnedObject})( _
ByVal As System.Object, _
ByVal As , _
ByRef As _
)
'使用法
Dim owner As System.Object
Dim source As
Dim dest As
Utils.Assign(Of T)(owner, source, dest)
public static void Assign<>(
System.object ,
,
ref
)
where T: new(), ICloneableObject, IOwnedObject
パラメータ
- owner
- The owner object.
- source
- The source object.
- dest
- The destination object.
型パラメータ
- T
- The type of destination object.
参照