Ignore:
Timestamp:
Dec 7, 2007, 12:21:58 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

FileStream非同期読み書きの修正、例外処理の追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/ActiveBasic/Strings/Strings.ab

    r385 r391  
    199199
    200200Namespace Detail
    201 Function Split(s As String, c As StrChar) As System.Collections.ArrayList
    202     Split = New System.Collections.ArrayList
     201Function Split(s As String, c As StrChar) As System.Collections.Generic.List<String>
     202    Split = New System.Collections.Generic.List<String>
    203203
    204204    Dim last = 0 As Long
Note: See TracChangeset for help on using the changeset viewer.