'Declaration
<Android.Runtime.RegisterAttribute("getColors", "()[I", "GetGetColorsHandler", ApiSince=24)> Public Overridable Function GetColors() As Integer()
'Usage
Dim instance As C1TexBoxBackgroundDrawable Dim value() As Integer value = instance.GetColors()
[Android.Runtime.Register("getColors", "()[I", "GetGetColorsHandler", ApiSince=24)] public virtual int[] GetColors()