BetterMembership.IntegrationTests.Helpers.ProfileProviderCollectionExtensions.First C# (CSharp) 메소드

First() 공개 정적인 메소드

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