Nemerle Documentation

Option.UnSome Method 

Unwraps an optional value; throws an argument exception if the value is not present.

public static object UnSome(
   option x
);

See Also

Option Class | Nemerle.Core Namespace