Operators.defaultArg<'T> Function (F#)
Visual Studio 2012
Used to specify a default value for an optional argument in the implementation of a function.
Namespace/Module Path: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: defaultArg : 'T option -> 'T -> 'T // Usage: defaultArg arg defaultValue