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

TypeFlagsExtensions.ArrayRank

切换到手册
public static int ArrayRank (Profiling.Memory.Experimental.TypeFlags flags);

参数

flags要计算数组秩的 TypeFlags(可通过 this 访问)。

返回

int 在类型标志 (Type Flags) 中编码的数组秩。

描述

如果类型是数组类型,则检索类型标志的数组秩。

例如,类型 int[][] 将返回数组秩 2。