Property parameters-valid property parameter types

Source: Internet
Author: User
Attribute Class location parameters and named parameters are limited to the following types:
* Bool, byte, Char, double, float, Int, long, short, string
* System. Type
* Object
* The Enum type, provided that it and any type of nested Enum are publicly accessible.
* Contains any one-dimensional array of the above types.
Because the parameter types are limited to the types listed in this list, you cannot pass data structures such as classes into the attribute constructors. This restriction makes sense because attributes are attached at design time and there are no instances (objects) of the class ). The values of valid types in this list can be hard-coded at design time, which is why these types are used.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.