Ejemplo n.º 1
0
 public void ConformsTo()
 {
     using (UIPickerView pv = new UIPickerView()) {
         Assert.True(pv.ConformsToProtocol(Protocol.GetHandle("UITableViewDataSource")), "UITableViewDataSource");
     }
 }