G
Guest
Hi all
I'm getting the following error: "Cannot expose a friend type outside of public class". I created a module with an enum in it. I'm trying to use the enum as a parameter in a sub
----------------------------------------------------------------
-----in the module----
Public Enum LayerTyp
x
ca
End Enu
-----in a class----
Public Sub New(ByVal Type As LayerType
I'm getting the following error: "Cannot expose a friend type outside of public class". I created a module with an enum in it. I'm trying to use the enum as a parameter in a sub
----------------------------------------------------------------
-----in the module----
Public Enum LayerTyp
x
ca
End Enu
-----in a class----
Public Sub New(ByVal Type As LayerType