Struct NativeApi.FlexibleArray<T>
Can be used in structures as flexible array member (the last field, defined like
Type[1] name;
in C).public struct NativeApi.FlexibleArray<T> where T : unmanaged
Type Parameters
Name | Description |
---|---|
T |
Namespace: Au.Types
Assembly: Au.dll
Properties
Name | Description |
---|---|
this[int] |
Methods
Name | Description |
---|---|
AsSpan(int) |