ME3Explorer.Unreal.Classes.BrushComponent.GetArraySize C# (CSharp) Method

GetArraySize() public method

public GetArraySize ( byte raw ) : int
raw byte
return int
        public int GetArraySize(byte[] raw)
        {
            return BitConverter.ToInt32(raw, 16); ;
        }