ME3Explorer.Unreal.Classes.BrushComponent.GetArraySize C# (CSharp) 메소드

GetArraySize() 공개 메소드

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