ABT.MemberIterator.Status.GetType C# (CSharp) Method

GetType() public static method

public static GetType ( ExprType base_type, IReadOnlyList indices ) : ExprType
base_type ExprType
indices IReadOnlyList
return ExprType
            public static ExprType GetType(ExprType base_type, IReadOnlyList<Int32> indices) =>
                indices.Aggregate(base_type, GetType);

Same methods

MemberIterator.Status::GetType ( ExprType from_type, Int32 to_index ) : ExprType