Possible duplicate:
Inconsistent Availability
When I try to return List<MyType> in one of my methods on something calling it from another class, it gives me the following error:
Inconsistent availability: the return type System.Collections.Generic.List<MyType> less accessible than the MyMethod(string, string, string, string, string, string, string, string, string, string, string) method MyMethod(string, string, string, string, string, string, string, string, string, string, string)
Any ideas on what to do here?
source share