C# 클래스 HermaFx.RandomExtensions

파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
NextBytes ( this @this, int length ) : byte[]

Returns an array of random bytes of 'length' size.

메소드 상세

NextBytes() 공개 정적인 메소드

Returns an array of random bytes of 'length' size.
@this
public static NextBytes ( this @this, int length ) : byte[]
@this this
length int The length.
리턴 byte[]