~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Core/MonoDevelop.Projects.Dom/IReturnType.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        {
44
44
                string Name {
45
45
                        get;
46
 
                        set;
47
46
                }
48
47
                
49
48
                ReadOnlyCollection<IReturnType> GenericArguments {
56
55
                /// </summary>
57
56
                bool IsGenerated {
58
57
                        get;
59
 
                        set;
60
58
                }
61
59
                
62
60
                object Tag {
63
61
                        get;
64
 
                        set;
65
62
                }
66
63
                
67
 
                void AddTypeParameter (IReturnType type);
 
64
                string HelpUrl {
 
65
                        get;
 
66
                }
68
67
        }
69
68
        
70
69
        /// <summary>
82
81
                
83
82
                string Namespace {
84
83
                        get;
85
 
                        set;
86
84
                }
87
85
                
88
 
                List<IReturnTypePart> Parts {
 
86
                ReadOnlyCollection<IReturnTypePart> Parts {
89
87
                        get;
90
88
                }
91
89