C# Class BetterMembership.IntegrationTests.Helpers.ProfileProviderCollectionExtensions

Datei anzeigen Open project: TheCodeKing/BetterMembership.Net

Public Methods

Method Description
First ( this collection ) : System.Web.Profile.ProfileInfo
ToArray ( this collection ) : System.Web.Profile.ProfileInfo[]

Method Details

First() public static method

public static First ( this collection ) : System.Web.Profile.ProfileInfo
collection this
return System.Web.Profile.ProfileInfo

ToArray() public static method

public static ToArray ( this collection ) : System.Web.Profile.ProfileInfo[]
collection this
return System.Web.Profile.ProfileInfo[]