Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryBuilder<T0>.Last

Switch to Manual
public T Last ();

Returns

T 与所有条件匹配的最后一个元素或 null(如果未找到)。

Description

为方便进行了重载,是 shorthand for Build().Last() 的简便方法。