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

TypeFlagsExtensions.IsArray

매뉴얼로 전환
public static bool IsArray (MemoryProfiler.TypeDescription.TypeFlags flags);

파라미터

flagsThe 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.