CSPspEmu.Hle.Modules.iofilemgr.IoFileMgrForUser.IoDelayType.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
            public override string ToString()
            {
                return String.Format("IoDelayType(Name={0}, BaseDelay={1}, DelayPerUnit={2}, UnitSize={3})", Name, BaseDelay, DelayPerUnit, UnitSize);
            }
IoFileMgrForUser.IoDelayType