Vala.ArrayType.ArrayType – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
ArrayType
element_type
fixed_length
inline_allocated
invalid_syntax
length
length_type
rank
ArrayType
accept_children
check
compatible
copy
get_actual_type
get_member
infer_type_argument
is_accessible
is_disposable
is_reference_type_or_type_parameter
replace_type
to_qualified_string
ArrayType
Description:
public
ArrayType
(
DataType
element_type,
int
rank,
SourceReference
? source_reference =
null
)