Option.Some<'T> Method (F#)
Visual Studio 2012
Create an option value that is a Some value.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: static member Some : 'T -> 'T option // Usage: Option.Some (value)