ABT.MemberIterator.Status.GetType C# (CSharp) 메소드

GetType() 공개 정적인 메소드

public static GetType ( ExprType base_type, IReadOnlyList indices ) : ExprType
base_type ExprType
indices IReadOnlyList
리턴 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