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

TypeFlagsExtensions.IsArray

Cambiar al Manual
public static bool IsArray (Profiling.Memory.Experimental.TypeFlags flags);

Parámetros

flagsThe TypeFlags to compute from (accessible via this).

Valor de retorno

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

Descripción

Returns whether the flag describes an array type.