'Declaration Public Function CompareTo( _ ByVal other As Reference _ ) As Integer
'Declaration
Public Function CompareTo( _ ByVal other As Reference _ ) As Integer
'使用法 Dim instance As Reference Dim other As Reference Dim value As Integer value = instance.CompareTo(other)
'使用法
Dim instance As Reference Dim other As Reference Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( Reference other )
Reference 構造体 Reference メンバ
Copyright © 2004 GrapeCity inc.