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
T
The type of the profile.
Adds a profile of type T
to the list of profile types.
public void AddProfile<T>() where T : Profile
T
The type of the profile.