public static extern bool Equals(AdSize size, AdSize toSize);
public static string GetString(AdSize size) { return(GetNSString(size)); }
public static NSString GetNSString(AdSize size) { return(Runtime.GetNSObject <NSString> (_GetNSString(size))); }
public static NSValue GetNSValue(AdSize size) { return(Runtime.GetNSObject <NSValue> (_GetNSValue(size))); }
static extern IntPtr _GetNSValue(AdSize size);
static extern IntPtr _GetNSString(AdSize size);
public static extern bool AdSizeIsFluid(AdSize size);
public static extern bool IsAdSizeValid(AdSize size);
public static extern CGSize GetCGSize(AdSize size);