'宣言 Public Function EnsureCapacity( _ ByVal capacity As System.Integer _ ) As System.Integer
'使用法 Dim instance As LogEntryList Dim capacity As System.Integer Dim value As System.Integer value = instance.EnsureCapacity(capacity)
public System.int EnsureCapacity( System.int capacity )
パラメータ
- capacity