Пример #1
0
 public void GetLibraryMethod <T>(string name, out T t)
 {
     PlatformSpecific.GetLibraryMethod(Platform, handle, name, out t);
 }