Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: JsonList ToJsonList(this IEnumerable<double?>)

Declaration

public static JsonList ToJsonList(
    this IEnumerable<double?> source
)

Summary

Constructs a JsonList from the specified collection of nullable doubles.