dotnet: Refactor .NET bindings for .NET5.0
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
namespace UnicornManaged.Binding
|
||||
|
||||
open System
|
||||
|
||||
module BindingFactory =
|
||||
let mutable _instance = NativeBinding.instance
|
||||
|
||||
let setDefaultBinding(binding: IBinding) =
|
||||
_instance <- binding
|
||||
|
||||
|
||||
let getDefault() =
|
||||
_instance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user