MemberType

The MemberType pseudo type is valid only in the context of methods defined in the Collection class and subclasses. The MemberType maps to the member type of the Collection class in which the using method is defined. For example, the following is the signature of the Dictionary::getAtKey method.

getAtKey(keys: KeyType): MemberType is dictGetAtKey in jomsupp;

See also "Passing Variable Parameters to Methods", later in this chapter.