public static void Fill( byte[] buf, int from, int to, byte b )
Public Shared Sub Fill ( buf As Byte(), from As Integer, to As Integer, b As Byte )
public: static void Fill( array<unsigned char>^ buf, int from, int to, unsigned char b )
Org.BouncyCastle.Utilities.Arrays.Fill = function(buf, from, to, b);
In This Article