Y
Y
yungarium2018-08-30 17:03:27
iOS
yungarium, 2018-08-30 17:03:27

What to pass as a pointer argument when creating an object for this class?

An object needs to be created for this class.

public partial class ManualContainClass : UIViewController
{
      public ManualContainClass (IntPtr handle) : base (handle) {}
      ...
}

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
MrDywar Pichugin, 2018-08-30
@Dywar

IntPtr
It would be more correct to say how do I create an instance of this class.

C
chibitko, 2018-09-03
@chibitko

it seems to me that runtime should do this, you
can try to pass null - new ManualContainClass (null)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question