Snippets tagged wrapper

  • Wrapped Class/Interface

    Wrapped Class/Interface Remark: better this way - see example

    1 people like this

    Posted: 13 years ago by fholm

  • Functional wrappers for TryParse APIs

    Exemplary convenience wrappers for some of the System..TryParse APIs, using the combined power of F#' return value deconstruction mechanism via pattern matching, active patterns and option types instead of "out/ref" parameters. Added support for newest versions of F# to determine which overload of TryParse should be used.

    0 people like this

    Posted: 29 days ago by Cody