CxTypeArray
Description
- Derived from
-
CxType abstract
ICxTypeContainer
A reference to an array type:
Type[] Type[][] Type[][][] ...
The CxType.ResolvedContext property may return the following values:
-
The CxDeclarationType of the framework type Array.
-
null
iff unresolved
ICxTypeContainer.Type returns the array element type.
- See also