Experimental: this API is experimental and might be changed or removed in the future.

TypeFlagsExtensions.IsArray

Switch to Manual
public static bool IsArray (Profiling.Memory.Experimental.TypeFlags flags);

Parameters

flagsThe TypeFlags to compute from (accessible via this).

Returns

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

Description

Returns whether the flag describes an array type.