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

GetArrayCount() public method

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