Exemple #1
0
 internal PlaceCategory(Interop.PlaceCategoryHandle nativeHandle)
 {
     handle = nativeHandle;
 }
Exemple #2
0
 /// <summary>
 /// Constructs a search category object.
 /// </summary>
 /// <since_tizen> 3 </since_tizen>
 /// <exception cref="System.InvalidOperationException">Thrown when native operation failed to allocate memory.</exception>
 public PlaceCategory()
 {
     handle = new Interop.PlaceCategoryHandle();
 }