简体   繁体   中英

How to implement abstract methods in Xamarin

Rather simple one this. I'm trying to generate the abstract methods in a base class in Xamarin Studio. VS lets you automatically inherit them. How is it done?

On the first line of the class declaration:

public class bar : foo

right-click foo and select "Refactor - Implement abstract members".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM