'Declaration Public Overridable Function GetKey( _ ByVal index As Integer _ ) As String
'Declaration
Public Overridable Function GetKey( _ ByVal index As Integer _ ) As String
'使用法 Dim instance As BaseKeyCollection Dim index As Integer Dim value As String value = instance.GetKey(index)
'使用法
Dim instance As BaseKeyCollection Dim index As Integer Dim value As String value = instance.GetKey(index)
public virtual string GetKey( int index )
BaseKeyCollection クラス BaseKeyCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.