It would be useful if we can mark a class for internal use only. Currently there is no way to hide its members.
Regards
Feature Request
-
- Newbie
- Posts: 41
- Joined: Wed Jun 23, 2004 4:00 am
- Location: www.adventurerland.com
- Contact:
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi Diego,
TeeGofer will then only document this class if you set IncludedMembers to PublicProtectedPrivate.
Can you not use the internal keyword on your classes, e.g.It would be useful if we can mark a class for internal use only. Currently there is no way to hide its members.
Code: Select all
/// <summary>InternalClass</summary>
internal class InternalClass {
public void InternalClassPublicMethod() {}
}
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/