'宣言 Public MustOverride Sub AssignFrom( _ ByVal source As System.Object _ )
'使用法 Dim instance As OwnedObject Dim source As System.Object instance.AssignFrom(source)
public abstract void AssignFrom( System.object source )
パラメータ
- source
- The source object.