Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
433 B

#light
namespace Microsoft.FSharp.Compiler
module SR =
val GetString : string -> string
val GetObject : string -> System.Object
module DiagnosticMessage =
type ResourceString<'T> =
new : string * Printf.StringFormat<'T> -> ResourceString<'T>
member Format : 'T
val DeclareResourceString : string * Printf.StringFormat<'T> -> ResourceString<'T>