This may sound silly but I'm having trouble inheriting from BaseColumns. I
have this class:
public sealed class Columns : BaseColumns
{
public static readonly string FirstName = "FirstName";
public static readonly string LastName = "LastName";
public static readonly string Role = "Role";
public static readonly string Skills = "Skills";
public static readonly string CurrentlyActive = "CurrentlyActive";
}
The compiler complains that the type Android.Provider.BaseColumns has no
constructor defined.
Jeremy
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid