Type LinqToPyListEncoder
Namespace LostTech.Gradient.Codecs
Interfaces IPyObjectEncoder
Converts LINQ sequences into Python lists (for compatibility with poorly written Python libraries).
Properties
Public properties
bool IsEnabled get; set;
Controls if enumerables produced by LINQ are always converted to Python lists.
Must be set before Gradient is initialized.