'宣言 Public Overloads Function Add( _ ByVal recType As System.Byte, _ ByVal createMethod As CreateRplRec, _ ByVal defaultValue As System.Object _ ) As RecTableItem
'使用法 Dim instance As RecTable Dim recType As System.Byte Dim createMethod As CreateRplRec Dim defaultValue As System.Object Dim value As RecTableItem value = instance.Add(recType, createMethod, defaultValue)
public RecTableItem Add( System.byte recType, CreateRplRec createMethod, System.object defaultValue )
パラメータ
- recType
- createMethod
- defaultValue