このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
coder.descriptor.types.Void クラス
名前空間: coder.descriptor.types
スーパークラス: coder.descriptor.types.Type
Description
The Code Descriptor programming interface uses this type to represent the data type of pointers to void (void*
). A coder.descriptor.types.Pointer
object that represents a void pointer uses a coder.descriptor.types.Void
object for the value of its BaseType
property.
The Code Descriptor programming interface does not use this type to represent the return type of a function that returns void
.
プロパティ
バージョン履歴
R2024a で導入