1
This commit is contained in:
@@ -137,7 +137,7 @@ namespace BITKit
|
||||
}
|
||||
public static void Write(BinaryWriter writer, object value)
|
||||
{
|
||||
if (value is IEnumerable enumerable and not string)
|
||||
if (value is not string && value is IList enumerable)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user