I have three classes. all are part of the same namespace. here are the basics of the three classes.
//FBlock.cs namespace StubGenerator.PropGenerator { c
All your classes are internal by default
internal
Marking public did not do the trick.
public
Are you sure you do not have two classes named Method, and perhaps are including the wrong Method class?