CSPspEmu.Hle.Formats.Pbp.this C# (CSharp) Method

this() public method

public this ( String Key ) : Stream
Key String
return Stream
        public Stream this[String Key]
        {
            get
            {
                return Files[Key];
            }
        }

Same methods

Pbp::this ( Types Type ) : Stream