public virtual object Clone()
'Declaration Public Overridable Function Clone() As Object
'Declaration
Public Overridable Function Clone() As Object
'使用法 Dim instance As BaseCellType Dim value As Object value = instance.Clone()
'使用法
Dim instance As BaseCellType Dim value As Object value = instance.Clone()
コピーは.NETのMemberwiseCloneメソッドを使用して作成されます。
BaseCellType クラス BaseCellType メンバ
© 2004-2017, GrapeCity inc. All rights reserved.