ME3Explorer.Unreal.Classes.BrushComponent.GetArraySize C# (CSharp) Méthode

GetArraySize() public méthode

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