'Declaration Public Overloads Function Add( _ ByVal key As String _ ) As Integer
'Declaration
Public Overloads Function Add( _ ByVal key As String _ ) As Integer
'使用法 Dim instance As SubStyleCollection Dim key As String Dim value As Integer value = instance.Add(key)
'使用法
Dim instance As SubStyleCollection Dim key As String Dim value As Integer value = instance.Add(key)
public int Add( string key )
SubStyleCollection クラス SubStyleCollection メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.