C# 클래스 ABT.Utils

파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
PackArguments ( IReadOnlyList types ) : IReadOnlyList>.Tuple
RoundUp ( Int32 value, Int32 alignment ) : Int32

메소드 상세

PackArguments() 공개 정적인 메소드

public static PackArguments ( IReadOnlyList types ) : IReadOnlyList>.Tuple
types IReadOnlyList
리턴 IReadOnlyList>.Tuple

RoundUp() 공개 정적인 메소드

public static RoundUp ( Int32 value, Int32 alignment ) : Int32
value System.Int32
alignment System.Int32
리턴 System.Int32