Return the minimum number of values for the argument. Defaults to 0. * Only applies to list type of arguments. */
| 910 | * Only applies to list type of arguments. |
| 911 | */ |
| 912 | inline int GetMinCount() const |
| 913 | { |
| 914 | return m_minCount; |
| 915 | } |
| 916 | |
| 917 | /** Return the maximum number of values for the argument. |
| 918 | * Defaults to 1 for scalar types, and UNBOUNDED for list types. |
no outgoing calls
no test coverage detected