App.Web.Code.Membership.CustomRoleProvider.FindUsersInRole C# (CSharp) Метод

FindUsersInRole() публичный Метод

public FindUsersInRole ( string roleName, string usernameToMatch ) : string[]
roleName string
usernameToMatch string
Результат string[]
        public override string[] FindUsersInRole(string roleName, string usernameToMatch)
        {
            throw new NotImplementedException();
        }