BetterMembership.IntegrationTests.Helpers.ProfileProviderCollectionExtensions.First C# (CSharp) Method

First() public static method

public static First ( this collection ) : System.Web.Profile.ProfileInfo
collection this
return System.Web.Profile.ProfileInfo
        public static ProfileInfo First(this ProfileInfoCollection collection)
        {
            return ToArray(collection)[0];
        }
ProfileProviderCollectionExtensions