APLX Help : Help on APL language : System Methods : ⎕MIXINS Return list of mixins
|
|
![]() |
|
Implemented for Internal classes only. Syntax:
The system method a←⎕new class1 a.⎕mixin class2 a.⎕mixins [class2] '.net' a.⎕mixin 'DateTime' 2004 5 6 a.⎕mixins [class2] [.net:DateTime] ⍴a.⎕mixins 2 If there are no mixins for the object, it returns an empty vector. The references returned by a.⎕mixins[2].⎕classname .net:System.DateTime a.⎕classname class1 See the section on Mixins for more information. |
|
APLX Help : Help on APL language : System Methods : ⎕MIXINS Return list of mixins
|
Copyright © 1996-2010 MicroAPL Ltd