namespace MyFramework.MyOtherNamespace { ///Make sure the namespace in this assembly doesn't get 'dropped' public class MyOtherClass { public string MyProperty {get;set;} public float Hello(int value) { return 0.0f; } } }