Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: JsonList ToJsonList(this IEnumerable<int>)

Declaration

public static JsonList ToJsonList(
    this IEnumerable<int> source
)

Summary

Constructs a JsonList from the specified collection of ints.