Menu

keywords-base

Will Pittenger

Use this keyword by itself to access your base type. If your type has multiple base types, use the syntax "\base\@/TypeName/" where "/typename/" is the name of the base type you want to access. This works for both constructor/creator calls and for accessing base type members in general. If you need to access a base type member that's hidden by one of your class's members, simply follow the above up with "./memberName/" where "/memberName/" is the member, method, or property you want to access.


Related

Wiki: Keywords
Wiki: keywords-where
Wiki: operators-at