protected bool FieldIsEmpty (T fieldValue);

파라미터

fieldValueThe value to check.

반환

bool True if the parameter is empty. That meaning depends on the type of T.

설명

Tells if the field is empty. That meaning depends on the type of T.