AuthenticationBaseWCF RIA服务中有一个类.类定义如下:
// assume using System.ServiceModel.DomainServices.Server.ApplicationServices
public abstract class AuthenticationBase<T>
: DomainService, IAuthentication<T>
where T : IUser, new()
Run Code Online (Sandbox Code Playgroud)
new()这段代码意味着什么?