IdentityUserRole<TKey> Constructor ()

 

Initializes a new instance of the IdentityUserRole<TKey> class.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public IdentityUserRole()
public:
IdentityUserRole()
new : unit -> IdentityUserRole
Public Sub New

See Also

IdentityUserRole<TKey> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top