Method

ToEnumerable

func ToEnumerable() -> IEnumerable<T>

Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn

Converts Some(x) to a single-item sequence and None to an empty sequence.