Пример #1
0
 internal static IntPtr sass_make_importer(SassImporterDelegate @importer_fn, double @priority, IntPtr @cookie)
 {
     return(IntPtr.Size == 4
         ? SassExterns32.sass_make_importer(@importer_fn, @priority, @cookie)
         : SassExterns64.sass_make_importer(@importer_fn, @priority, @cookie));
 }
Пример #2
0
 internal static extern IntPtr sass_make_importer(SassImporterDelegate @importer_fn, double @priority, IntPtr @cookie);