Click or drag to resize

IJsArray.ToReadOnlyList Method

Overload List
  NameDescription
Public methodToReadOnlyList()
Copies the contents of the IJsArray to a new IReadOnlyList<T>.
Public methodToReadOnlyList<T>()
Copies the contents of the IJsArray to a new IReadOnlyList<T>.
Top
See Also