Now that we support out parameters in the bindings, expose a number of APIs that were hidden before

This commit is contained in:
Miguel de Icaza 2010-11-25 16:55:36 -05:00
Родитель 4da27c3281
Коммит aa0ab3e7de
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -23,6 +23,10 @@ namespace DocumentSample
Initialize ();
}
public MyDocument (string type, NSError outError)
{
}
void Initialize ()
{
}
@ -38,7 +42,7 @@ namespace DocumentSample
}
}
override
}
}