Exemplo n.º 1
0
 public void RemoveSeekIndex(Type type)
 {
     InteropWrapper.stream_seekindex_remove(instance, type);
 }
Exemplo n.º 2
0
 public void RemoveSeekIndex(Type type)
 {
     CheckAndHandleActiveInstance();
     InteropWrapper.stream_seekindex_remove(instance, type);
 }