'宣言 Public Shared Function IsNullOrEmpty( _ ByVal size As ReportSize _ ) As System.Boolean
public static System.bool IsNullOrEmpty( ReportSize size )
パラメータ
- size
- テストするサイズ。
戻り値の型
size が
null
または空の場合は true、そうでない場合は false。