'宣言 Public Overridable Sub AssignFrom( _ ByVal source As TableVector _ )
'使用法 Dim instance As TableVector Dim source As TableVector instance.AssignFrom(source)
public virtual void AssignFrom( TableVector source )
パラメータ
- source
- The source object to copy properties from.