ToArray() public abstract méthode

Gets a copy of the buffer's contents.
public abstract ToArray ( ) : byte[]
Résultat byte[]
Exemple #1
0
 public sealed override byte[] ToArray()
 {
     return(@this.ToArray());
 }