Data.Value.IsEmpty C# (CSharp) Method

IsEmpty() public abstract method

public abstract IsEmpty ( ) : bool
return bool
        public abstract bool IsEmpty();
Value