'宣言 Public Overloads Sub Remove( _ ByVal index As System.Integer _ )
'使用法 Dim instance As FieldCollection Dim index As System.Integer instance.Remove(index)
public void Remove( System.int index )
パラメータ
- index
- Specifies the field to be removed.
'宣言 Public Overloads Sub Remove( _ ByVal index As System.Integer _ )
'使用法 Dim instance As FieldCollection Dim index As System.Integer instance.Remove(index)
public void Remove( System.int index )