Class BodyPartExtensions
Provides extension methods for the BodyPart enum.
public static class BodyPartExtensions
- Inheritance
-
BodyPartExtensions
- Inherited Members
Methods
GetName(BodyPart)
Gets the name of the specified BodyPart.
public static string GetName(this BodyPart bodyPart)
Parameters
bodyPartBodyPartThe body part to get the name for.
Returns
- string
The name of the body part, or "invalid" if the body part is not valid.