CodeContract クラス

定義

CodeContract は入力パラメーターの検証に使用されます

public ref class CodeContract abstract sealed
public static class CodeContract
type CodeContract = class
Public Module CodeContract
継承
CodeContract

メソッド

RequiresArgumentNotEmpty(Guid, String)

Guid が空でないことを要求する

RequiresArgumentNotEmptyOrWhitespace(String, String)

文字列が空でないか、空白だけが含まれている必要があります

RequiresArgumentNotNull<T>(T, String)

引数が null ではない必要があります

RequiresArgumentNotNullAndNotEmpty(String, String)

文字列が null ではなく、空ではないことが必要です

RequiresArgumentNotNullAndNotWhiteSpace(String, String)

引数に null ではなく空白を指定する必要があります

適用対象