public TypeFindSuggestFunctionWrapper(Gst.TypeFindSuggestFunction managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new TypeFindSuggestFunctionNative(NativeCallback);
     }
 }
Exemplo n.º 2
0
 public TypeFindSuggestFunctionWrapper(Gst.TypeFindSuggestFunction managed)
 {
     this.managed = managed;
       if (managed != null)
     NativeDelegate = new TypeFindSuggestFunctionNative (NativeCallback);
 }