Changeset 36027 for lang/csharp

Show
Ignore:
Timestamp:
11/29/09 02:19:51 (3 years ago)
Author:
takeshik
Message:

Added HybridDictionary? class.

Location:
lang/csharp/LINX/trunk/Linx
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/LINX/trunk/Linx/Linx.csproj

    r35963 r36027  
    6969  <ItemGroup> 
    7070    <Compile Include="Collections\DisposableKeyedCollection.cs" /> 
     71    <Compile Include="Collections\HybridDictionary.cs" /> 
     72    <Compile Include="Collections\HybridDictionary.Tuple.cs" /> 
     73    <Compile Include="Collections\NotifyDictionaryChangedEventArgs.cs" /> 
    7174    <Compile Include="Extension\BooleanUtil.cs" /> 
    7275    <Compile Include="Collections\GeneralKeyedCollection.cs" />