Ignore:
Timestamp:
Jun 12, 2007, 6:15:09 PM (17 years ago)
Author:
dai
Message:

SHFILEOPSTRUCT.hWnd → SHFILEOPSTRUCT.hwnd
System.IOに属するクラスに名前空間を適用した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Collections/ArrayList.ab

    r233 r271  
    224224    /*Const*/ Virtual Function IndexOf(object As Object, startIndex As Long, count As Long) As Long
    225225        Dim i As Long
    226         Dim last = Math.Min(startIndex + count - 1, size)
     226        Dim last = System.Math.Min(startIndex + count - 1, size)
    227227        For i = startIndex To last
    228228            If object.Equals( pObject[i] ) Then
Note: See TracChangeset for help on using the changeset viewer.