Esempio n. 1
0
 public SwiftImportAttribute(string libraryPath, string?mangledName = null)
 {
     this.lib         = NativeLib.Get(libraryPath);
     this.mangledName = mangledName;
 }