'宣言 Public MustOverride Function getData() As System.Object
'使用法 Dim instance As DataBlk Dim value As System.Object value = instance.getData()
public abstract System.object getData()
戻り値の型
The array containing the data, or null if there is no data.
Each implementing class should provide a type specific equivalent method (e.g., getDataInt() in GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkInt) which returns an array of the correct type explicitly and not through an System.Object.
'宣言 Public MustOverride Function getData() As System.Object
'使用法 Dim instance As DataBlk Dim value As System.Object value = instance.getData()
public abstract System.object getData()