Method AddProfile
AddProfile<T>()
Adds a profile of type T to the list of profile types.
public void AddProfile<T>() where T : Profile
Type Parameters
TThe type of the profile.
Adds a profile of type T to the list of profile types.
public void AddProfile<T>() where T : Profile
TThe type of the profile.