CSPspEmu.Hle.Formats.audio.Vag.Decoder.State.State C# (CSharp) Метод

State() публичный Метод

public State ( int BlockIndex, int History1, int History2 ) : System
BlockIndex int
History1 int
History2 int
Результат System
                public State(int BlockIndex, int History1, int History2)
                {
                    this.BlockIndex = BlockIndex;
                    this.History1 = History1;
                    this.History2 = History2;
                }
Vag.Decoder.State