チェンジセット 1691 (default)


以下の違いを無視:
日時:
2024/09/19 10:00:31 (2週前)
更新者:
hizuya@…
ログメッセージ:
  • byte 配列を比較するメソッドを追加。
場所:
framework/trunk
ファイル:
2個の追加
2個の更新

凡例:

未変更
追加
削除
  • framework/trunk/CoreLibrary/CoreLibrary.csproj

    r1657 r1691  
    5555      <DependentUpon>Resources.resx</DependentUpon> 
    5656    </Compile> 
     57    <Compile Include="Sources\ArrayUtility.cs" /> 
    5758    <Compile Include="Sources\Collection\ArraySegmentWrapperList.cs" /> 
    5859    <Compile Include="Sources\Collection\AssignableTypeWrapperEnumerable.cs" /> 
  • framework/trunk/CoreTest/CoreTest.csproj

    r1650 r1691  
    5151  </ItemGroup> 
    5252  <ItemGroup> 
     53    <Compile Include="Sources\ArrayUtilityTest.cs" /> 
    5354    <Compile Include="Sources\Collection\RepeatedEnumerableTest.cs" /> 
    5455    <Compile Include="Sources\Collection\RepeatedEnumeratorTest.cs" /> 
詳しい使い方は TracChangeset を参照してください。