Version: 2022.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

TypeFlagsExtensions.IsArray

マニュアルに切り替える
public static bool IsArray (Profiling.Memory.Experimental.TypeFlags flags);

パラメーター

flags The TypeFlags to compute from (accessible via this).

戻り値

bool Returns true if the Type associated with this TypeFlags is an array.

説明

Returns whether the flag describes an array type.