Count property: MethodInfo collection

Description

This property returns the number of MethodInfo Properties objects in the MethodInfo collection object.

Note:

All repository counts begin at zero, not one.

This property is read-only.

Example

&COUNT = &MethC.Count;

Related Topics