diff options
Diffstat (limited to 'csharp/test/Ice/stream/Test.ice')
-rw-r--r-- | csharp/test/Ice/stream/Test.ice | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/csharp/test/Ice/stream/Test.ice b/csharp/test/Ice/stream/Test.ice index 40c079e6dca..2df649693da 100644 --- a/csharp/test/Ice/stream/Test.ice +++ b/csharp/test/Ice/stream/Test.ice @@ -103,40 +103,17 @@ sequence<string> StringQueue; ["clr:generic:Queue"] sequence<SmallStruct> SmallStructQueue; -["clr:collection"] -sequence<bool> BoolCollection; -["clr:collection"] -sequence<int> IntCollection; -["clr:collection"] -sequence<string> StringCollection; -["clr:collection"] -sequence<MyEnum> MyEnumCollection; -["clr:collection"] -sequence<SmallStruct> SmallStructCollection; -["clr:collection"] -sequence<MyClass> MyClassCollection; ["clr:generic:List"] sequence<Ice::StringSeq> StringSList; ["clr:generic:Stack"] sequence<Ice::StringSeq> StringSStack; -#ifndef SILVERLIGHT -# if COMPACT -["clr:generic:SortedList"] -dictionary<string, string> SortedStringStringD; -# else + ["clr:generic:SortedDictionary"] dictionary<string, string> SortedStringStringD; -# endif -#endif - -["clr:collection"] -dictionary<string, int> StringIntDCollection; -#ifndef SILVERLIGHT ["clr:serializable:Serialize.Small"] sequence<byte> SerialSmall; -#endif class MyClass { @@ -154,9 +131,7 @@ class MyClass MyEnumS seq9; MyClassS seq10; StringMyClassD d; -#if !defined(COMPACT) && !defined(SILVERLIGHT) SerialSmall ss; -#endif }; interface MyInterface |