System.IO._Proxy.ReadAllBytes C# (CSharp) Méthode

ReadAllBytes() public static méthode

public static ReadAllBytes ( this stream ) : Byte[]
stream this
Résultat Byte[]
        public static Byte[] ReadAllBytes(this Stream stream)
        {
            return DDRIT.ReadAllBytes(stream);
        }