Clean up some static initializers
[mono.git] / mcs / class / corlib / System.Text / UnicodeEncoding.cs
index 216538d73bf54177357141ae482aa3426bd00d8b..6332b1509b352e9a92402cc6e00667ffdd4a2df5 100644 (file)
@@ -380,7 +380,7 @@ public class UnicodeEncoding : Encoding
                        return preamble;
                }
                
-               return empty;
+               return EmptyArray<byte>.Value;
        }
 
        // Determine if this object is equal to another.