C# Class Quickbeam.ByteAccess.Utility

显示文件 Open project: ChadSki/Quickbeam

Public Methods

Method Description
ContainsNull ( this array ) : bool

Whether the provided byte array contains null

Method Details

ContainsNull() public static method

Whether the provided byte array contains null
public static ContainsNull ( this array ) : bool
array this byte array to search
return bool