C# Class ABT.Utils

Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
PackArguments ( IReadOnlyList types ) : IReadOnlyList>.Tuple
RoundUp ( Int32 value, Int32 alignment ) : Int32

Method Details

PackArguments() public static method

public static PackArguments ( IReadOnlyList types ) : IReadOnlyList>.Tuple
types IReadOnlyList
return IReadOnlyList>.Tuple

RoundUp() public static method

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